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
- BinHexDecoder.cs
- SaveFileDialog.cs
- HijriCalendar.cs
- FieldNameLookup.cs
- TreeNodeSelectionProcessor.cs
- ObjectList.cs
- ExpandSegmentCollection.cs
- WebDescriptionAttribute.cs
- WindowsFormsEditorServiceHelper.cs
- AutomationIdentifierGuids.cs
- ItemsChangedEventArgs.cs
- JsonClassDataContract.cs
- ACE.cs
- ConfigPathUtility.cs
- Trigger.cs
- TTSEngineProxy.cs
- TaskFactory.cs
- TextTreeObjectNode.cs
- TrackBar.cs
- NodeInfo.cs
- PasswordRecoveryAutoFormat.cs
- MDIControlStrip.cs
- Pair.cs
- EventLogPermission.cs
- MenuItem.cs
- InstanceKey.cs
- BindingExpressionUncommonField.cs
- CloudCollection.cs
- TextSelectionHighlightLayer.cs
- unsafenativemethodsother.cs
- StorageMappingFragment.cs
- ValidatingReaderNodeData.cs
- TextHintingModeValidation.cs
- XPathArrayIterator.cs
- CommandID.cs
- InheritanceRules.cs
- HMACSHA512.cs
- GregorianCalendarHelper.cs
- Int32RectConverter.cs
- RelationshipEndMember.cs
- ComponentConverter.cs
- ColumnHeader.cs
- ManagementException.cs
- ProxyWebPartManager.cs
- Models.cs
- XmlSchemaComplexType.cs
- ListDictionaryInternal.cs
- SrgsDocumentParser.cs
- DataGridViewTextBoxColumn.cs
- AnonymousIdentificationSection.cs
- IsolatedStorageFileStream.cs
- LinearKeyFrames.cs
- SystemIPv4InterfaceProperties.cs
- SQLBytesStorage.cs
- HyperLinkColumn.cs
- TreeViewAutomationPeer.cs
- ThousandthOfEmRealPoints.cs
- Cursor.cs
- Root.cs
- QueryContext.cs
- SharedStream.cs
- SqlDuplicator.cs
- DesignerOptionService.cs
- DesignerWithHeader.cs
- HttpListenerPrefixCollection.cs
- TextViewBase.cs
- RegionInfo.cs
- SQLByte.cs
- NTAccount.cs
- PhysicalFontFamily.cs
- InternalConfigEventArgs.cs
- DocComment.cs
- TdsParserSessionPool.cs
- MetadataItem.cs
- ClientConfigPaths.cs
- Encoder.cs
- PathGeometry.cs
- RedBlackList.cs
- StrokeIntersection.cs
- MILUtilities.cs
- RelatedCurrencyManager.cs
- MobileRedirect.cs
- SqlWorkflowInstanceStoreLock.cs
- xmlformatgeneratorstatics.cs
- WriteableBitmap.cs
- XmlSchemaDocumentation.cs
- TypeFieldSchema.cs
- SystemTcpConnection.cs
- COAUTHINFO.cs
- InvalidEnumArgumentException.cs
- SynchronizedInputHelper.cs
- WeakEventTable.cs
- QueryModel.cs
- DataSourceUtil.cs
- DragDrop.cs
- HttpCapabilitiesSectionHandler.cs
- Int32Rect.cs
- SchemaConstraints.cs
- HtmlInputRadioButton.cs
- ConsoleTraceListener.cs