Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CombinedGeometry.cs
- DataSourceXmlClassAttribute.cs
- XsltException.cs
- MouseOverProperty.cs
- IsolatedStorage.cs
- CacheSection.cs
- ZoomPercentageConverter.cs
- XmlQueryRuntime.cs
- LoadGrammarCompletedEventArgs.cs
- JsonEncodingStreamWrapper.cs
- MultipleViewPatternIdentifiers.cs
- DataRowCollection.cs
- EntityDataReader.cs
- DocumentCollection.cs
- XamlStyleSerializer.cs
- CaseInsensitiveComparer.cs
- ButtonFlatAdapter.cs
- RtfToXamlLexer.cs
- PartialArray.cs
- InteropAutomationProvider.cs
- TargetPerspective.cs
- ListViewTableRow.cs
- SplineKeyFrames.cs
- LinkDescriptor.cs
- RelatedCurrencyManager.cs
- DataRow.cs
- templategroup.cs
- ScaleTransform3D.cs
- VisualStyleInformation.cs
- InternalControlCollection.cs
- _NTAuthentication.cs
- EntityFrameworkVersions.cs
- InstanceData.cs
- WebPartManager.cs
- SafeMemoryMappedViewHandle.cs
- FrameworkContentElement.cs
- ActiveDesignSurfaceEvent.cs
- FocusTracker.cs
- CodeAccessSecurityEngine.cs
- SinglePageViewer.cs
- TextRangeAdaptor.cs
- ShaderEffect.cs
- FrameworkElementAutomationPeer.cs
- RichTextBox.cs
- DataTemplateKey.cs
- cryptoapiTransform.cs
- BitmapEffectRenderDataResource.cs
- DesignerTransactionCloseEvent.cs
- DataFieldConverter.cs
- Deflater.cs
- BindingExpression.cs
- DXD.cs
- MediaTimeline.cs
- Int16Storage.cs
- MSAAEventDispatcher.cs
- ArgumentNullException.cs
- jithelpers.cs
- DataGridColumn.cs
- DataKeyCollection.cs
- MobileErrorInfo.cs
- GeometryGroup.cs
- LocalClientSecuritySettings.cs
- _DisconnectOverlappedAsyncResult.cs
- XmlSerializableServices.cs
- StorageAssociationSetMapping.cs
- ISessionStateStore.cs
- BuilderPropertyEntry.cs
- ZipPackage.cs
- DataBoundControlHelper.cs
- ComboBox.cs
- XPathDescendantIterator.cs
- ValueUnavailableException.cs
- Peer.cs
- DataKey.cs
- CachedCompositeFamily.cs
- XmlDocumentType.cs
- Enlistment.cs
- NavigateEvent.cs
- webclient.cs
- SqlTriggerAttribute.cs
- SimpleParser.cs
- OleDbRowUpdatedEvent.cs
- Matrix.cs
- ObjectParameter.cs
- TreeView.cs
- AsymmetricKeyExchangeFormatter.cs
- TagMapInfo.cs
- documentsequencetextpointer.cs
- TextProviderWrapper.cs
- SerializationFieldInfo.cs
- XsltSettings.cs
- MasterPageBuildProvider.cs
- PlaceHolder.cs
- EventEntry.cs
- StylusPointProperty.cs
- MILUtilities.cs
- CalendarButton.cs
- BitmapFrameDecode.cs
- HtmlListAdapter.cs
- DbXmlEnabledProviderManifest.cs