Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / ModuleConfigurationInfo.cs / 1305376 / ModuleConfigurationInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System; using System.Threading; using System.Configuration; using System.Web.Compilation; using System.Web.Util; // used by HttpApplication to keep track of configuration // info read by native config internal class ModuleConfigurationInfo { string _type; string _name; string _precondition; internal ModuleConfigurationInfo(string name, string type, string condition) { _type = type; _name = name; _precondition = condition; } internal string Type { get { return _type; } } internal string Name { get { return _name; } } internal string Precondition { get { return _precondition; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System; using System.Threading; using System.Configuration; using System.Web.Compilation; using System.Web.Util; // used by HttpApplication to keep track of configuration // info read by native config internal class ModuleConfigurationInfo { string _type; string _name; string _precondition; internal ModuleConfigurationInfo(string name, string type, string condition) { _type = type; _name = name; _precondition = condition; } internal string Type { get { return _type; } } internal string Name { get { return _name; } } internal string Precondition { get { return _precondition; } } } } // 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
- VirtualizingPanel.cs
- ConnectorSelectionGlyph.cs
- MessageUtil.cs
- CounterCreationDataCollection.cs
- DomainConstraint.cs
- DefaultSettingsSection.cs
- MatrixValueSerializer.cs
- CustomTypeDescriptor.cs
- SubclassTypeValidator.cs
- LocalizationParserHooks.cs
- VariableQuery.cs
- ArithmeticException.cs
- LoginName.cs
- Compiler.cs
- WebScriptEnablingBehavior.cs
- XmlProcessingInstruction.cs
- SqlVersion.cs
- ScriptingRoleServiceSection.cs
- TextEndOfSegment.cs
- RunInstallerAttribute.cs
- EntityFunctions.cs
- DataSourceXmlSerializationAttribute.cs
- Events.cs
- HotSpot.cs
- BufferedStream.cs
- HotCommands.cs
- SoapAttributeAttribute.cs
- IriParsingElement.cs
- PageThemeBuildProvider.cs
- DataGridViewHitTestInfo.cs
- sqlser.cs
- SettingsProperty.cs
- ScriptManagerProxy.cs
- TypeDescriptor.cs
- GroupLabel.cs
- CapabilitiesUse.cs
- StringValueSerializer.cs
- UnSafeCharBuffer.cs
- ControlBindingsCollection.cs
- ObjectDataSourceMethodEditor.cs
- SapiGrammar.cs
- AxHost.cs
- MenuBase.cs
- NodeCounter.cs
- WebPartMenu.cs
- ChildChangedEventArgs.cs
- ImpersonateTokenRef.cs
- ClientApiGenerator.cs
- SocketCache.cs
- Oci.cs
- basevalidator.cs
- OutputScope.cs
- HMACSHA1.cs
- WindowsHyperlink.cs
- keycontainerpermission.cs
- XPathAxisIterator.cs
- TextBlock.cs
- RuntimeConfig.cs
- QuaternionAnimation.cs
- ImmutableObjectAttribute.cs
- Timer.cs
- PersianCalendar.cs
- InstanceNameConverter.cs
- ProgressChangedEventArgs.cs
- TTSVoice.cs
- HttpConfigurationContext.cs
- TranslateTransform3D.cs
- GACIdentityPermission.cs
- AxisAngleRotation3D.cs
- ElementAtQueryOperator.cs
- BookmarkList.cs
- RNGCryptoServiceProvider.cs
- WebPermission.cs
- KnownTypes.cs
- ClientRoleProvider.cs
- PatternMatcher.cs
- DataSourceView.cs
- ColumnMapCopier.cs
- IRCollection.cs
- SecurityTokenSerializer.cs
- Publisher.cs
- Fx.cs
- IndicShape.cs
- UriScheme.cs
- SimpleHandlerFactory.cs
- SatelliteContractVersionAttribute.cs
- EntityProviderServices.cs
- HttpWriter.cs
- ToolStripManager.cs
- DataGridItemEventArgs.cs
- Latin1Encoding.cs
- GrammarBuilderPhrase.cs
- HighlightComponent.cs
- PresentationTraceSources.cs
- StringToken.cs
- ImageClickEventArgs.cs
- GridViewColumnCollectionChangedEventArgs.cs
- DataTableClearEvent.cs
- PropertyChangedEventManager.cs
- ResourceProperty.cs