Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / Configuration / NullRuntimeConfig.cs / 1 / NullRuntimeConfig.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { // // Return null in LKG scenarios where we cannot even get CachedPathData for machine.config. // internal class NullRuntimeConfig : RuntimeConfig { internal NullRuntimeConfig() : base(null, true) {} protected override object GetSectionObject(string sectionName) { return null; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DynamicEntity.cs
- TemplateControlCodeDomTreeGenerator.cs
- DesignerDataConnection.cs
- AsymmetricAlgorithm.cs
- AttributeData.cs
- SrgsRulesCollection.cs
- ColorMatrix.cs
- MemberPathMap.cs
- ProgressBarRenderer.cs
- formatter.cs
- FilterQuery.cs
- DriveNotFoundException.cs
- SimpleTextLine.cs
- QueryCursorEventArgs.cs
- FormViewUpdatedEventArgs.cs
- WindowsTokenRoleProvider.cs
- ModifiableIteratorCollection.cs
- DateTimeFormatInfo.cs
- XmlWriterSettings.cs
- UnsafeNetInfoNativeMethods.cs
- StateBag.cs
- AsymmetricSignatureDeformatter.cs
- COM2IProvidePropertyBuilderHandler.cs
- ProcessModule.cs
- OverflowException.cs
- WmfPlaceableFileHeader.cs
- TextBlockAutomationPeer.cs
- GridEntryCollection.cs
- InputMethodStateChangeEventArgs.cs
- CoreSwitches.cs
- CodeTypeReference.cs
- Executor.cs
- PackWebRequest.cs
- RenderingEventArgs.cs
- HandlerBase.cs
- WpfKnownMemberInvoker.cs
- GenericAuthenticationEventArgs.cs
- DispatcherExceptionFilterEventArgs.cs
- HttpWriter.cs
- ClrProviderManifest.cs
- Pen.cs
- FontCollection.cs
- CodeTypeMemberCollection.cs
- FrameworkTemplate.cs
- SoapCommonClasses.cs
- TTSVoice.cs
- MultiplexingDispatchMessageFormatter.cs
- X509Chain.cs
- DesignerWebPartChrome.cs
- CodeAttributeDeclaration.cs
- COAUTHINFO.cs
- _HeaderInfoTable.cs
- MouseWheelEventArgs.cs
- StructuralType.cs
- IChannel.cs
- TemplatePropertyEntry.cs
- BitmapCodecInfo.cs
- SolidColorBrush.cs
- CultureTableRecord.cs
- ImageFormatConverter.cs
- LinqDataSourceDeleteEventArgs.cs
- IsolationInterop.cs
- MouseActionConverter.cs
- LoadedOrUnloadedOperation.cs
- PathFigureCollectionValueSerializer.cs
- HttpHeaderCollection.cs
- MaskedTextProvider.cs
- xsdvalidator.cs
- IsolatedStorage.cs
- TreeView.cs
- BindingMemberInfo.cs
- ValueQuery.cs
- MeasurementDCInfo.cs
- SqlDataSourceEnumerator.cs
- ActiveDocumentEvent.cs
- ProjectionPathSegment.cs
- PKCS1MaskGenerationMethod.cs
- DBAsyncResult.cs
- DataGridViewColumnDesigner.cs
- WebBrowserEvent.cs
- Parallel.cs
- SerializationStore.cs
- DependencyProperty.cs
- BasePattern.cs
- HttpAsyncResult.cs
- MobileTextWriter.cs
- IgnoreDataMemberAttribute.cs
- SelectionPattern.cs
- ListControl.cs
- SamlAttributeStatement.cs
- PagerSettings.cs
- WindowsHyperlink.cs
- TextureBrush.cs
- DocumentManager.cs
- Odbc32.cs
- BinaryMessageEncodingElement.cs
- MenuDesigner.cs
- Int32KeyFrameCollection.cs
- TemplatingOptionsDialog.cs
- ConstNode.cs