Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / NullRuntimeConfig.cs / 1305376 / 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- VisualTreeHelper.cs
- XmlEnumAttribute.cs
- ExpressionNode.cs
- JsonServiceDocumentSerializer.cs
- Form.cs
- CodeMemberProperty.cs
- TraceContextRecord.cs
- SchemaTypeEmitter.cs
- RadioButtonBaseAdapter.cs
- ColumnWidthChangingEvent.cs
- PropertyMetadata.cs
- SymbolMethod.cs
- MdiWindowListItemConverter.cs
- CorrelationQueryBehavior.cs
- StringFunctions.cs
- IdnMapping.cs
- PtsCache.cs
- IntSecurity.cs
- ApplicationActivator.cs
- validationstate.cs
- AddressingProperty.cs
- ObjectPersistData.cs
- ExecutedRoutedEventArgs.cs
- CheckBoxList.cs
- Brush.cs
- TileModeValidation.cs
- ThreadInterruptedException.cs
- SiteMapHierarchicalDataSourceView.cs
- HierarchicalDataBoundControlAdapter.cs
- Paragraph.cs
- PrintPreviewGraphics.cs
- TraceAsyncResult.cs
- StorageEntitySetMapping.cs
- XmlMessageFormatter.cs
- DataGridViewColumn.cs
- SoapSchemaExporter.cs
- TreeNodeSelectionProcessor.cs
- DataSourceControl.cs
- InputQueueChannel.cs
- UnionCodeGroup.cs
- HttpHeaderCollection.cs
- FixedHyperLink.cs
- ProfessionalColorTable.cs
- StringAnimationBase.cs
- LostFocusEventManager.cs
- SspiWrapper.cs
- SchemeSettingElement.cs
- NegatedConstant.cs
- DataKey.cs
- FixedSOMTableCell.cs
- ActivityDesignerAccessibleObject.cs
- PerformanceCounterPermissionEntryCollection.cs
- ResourceDisplayNameAttribute.cs
- PartialTrustHelpers.cs
- ContentDesigner.cs
- Base64Stream.cs
- UnknownExceptionActionHelper.cs
- WindowsGraphics.cs
- CircleEase.cs
- WebServiceHandlerFactory.cs
- TypeUsageBuilder.cs
- ReadOnlyPermissionSet.cs
- WizardPanelChangingEventArgs.cs
- XmlSchemaObjectCollection.cs
- ItemCollection.cs
- Rule.cs
- DesignTimeHTMLTextWriter.cs
- ColumnResizeAdorner.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Brush.cs
- CryptoStream.cs
- Unit.cs
- ResourceSet.cs
- UnsafeNativeMethods.cs
- SamlAssertion.cs
- Vector3DIndependentAnimationStorage.cs
- PageContentAsyncResult.cs
- SqlDataSourceSelectingEventArgs.cs
- OleDbDataAdapter.cs
- StaticExtension.cs
- CanonicalXml.cs
- SafeCryptoHandles.cs
- AxImporter.cs
- StyleXamlParser.cs
- IPEndPoint.cs
- XmlDownloadManager.cs
- NativeMethods.cs
- CalendarData.cs
- CodeParameterDeclarationExpression.cs
- WebEventCodes.cs
- Automation.cs
- DataRowChangeEvent.cs
- ObfuscateAssemblyAttribute.cs
- SortDescription.cs
- SignalGate.cs
- UTF8Encoding.cs
- XmlSerializationWriter.cs
- DesignerSerializationOptionsAttribute.cs
- cookiecontainer.cs
- ParserContext.cs