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
- CreateParams.cs
- OutgoingWebRequestContext.cs
- RTLAwareMessageBox.cs
- Int16KeyFrameCollection.cs
- OutputCacheProfileCollection.cs
- Brush.cs
- FreeFormDragDropManager.cs
- XmlMtomReader.cs
- HideDisabledControlAdapter.cs
- CacheEntry.cs
- Int16Animation.cs
- PrintDocument.cs
- TextChangedEventArgs.cs
- AVElementHelper.cs
- Fonts.cs
- TraceProvider.cs
- TextEndOfSegment.cs
- RectangleHotSpot.cs
- ToolBarOverflowPanel.cs
- AnnotationComponentChooser.cs
- PermissionListSet.cs
- ValueExpressions.cs
- FileNotFoundException.cs
- PermissionAttributes.cs
- NavigationProgressEventArgs.cs
- While.cs
- ListBox.cs
- XmlJsonWriter.cs
- BaseCollection.cs
- Int64KeyFrameCollection.cs
- ButtonChrome.cs
- Source.cs
- AssertFilter.cs
- XPathDocument.cs
- VirtualizedCellInfoCollection.cs
- EventMap.cs
- Command.cs
- DirectionalLight.cs
- TableAutomationPeer.cs
- TrackingServices.cs
- Directory.cs
- SqlDeflator.cs
- DataViewManagerListItemTypeDescriptor.cs
- XmlTextReaderImpl.cs
- ResourceDefaultValueAttribute.cs
- ListViewDeleteEventArgs.cs
- TimersDescriptionAttribute.cs
- SwitchAttribute.cs
- ReplacementText.cs
- VerificationException.cs
- ContextMarshalException.cs
- TransformerInfo.cs
- XmlQuerySequence.cs
- FuncTypeConverter.cs
- sortedlist.cs
- GetPageNumberCompletedEventArgs.cs
- ZoneIdentityPermission.cs
- ActiveXSite.cs
- ToolStripItemCollection.cs
- XmlSchemaAnyAttribute.cs
- x509store.cs
- ThemeConfigurationDialog.cs
- ResourceDisplayNameAttribute.cs
- WebResponse.cs
- SymLanguageType.cs
- DocumentSequence.cs
- BasicHttpSecurityMode.cs
- EventDescriptor.cs
- UnsafeNativeMethods.cs
- NodeFunctions.cs
- SqlDependencyUtils.cs
- IDReferencePropertyAttribute.cs
- securitycriticaldata.cs
- ConstructorArgumentAttribute.cs
- GridViewUpdatedEventArgs.cs
- ChangePassword.cs
- SponsorHelper.cs
- ServiceModelSecurityTokenRequirement.cs
- AsyncOperation.cs
- Root.cs
- Point3DCollectionConverter.cs
- MatchingStyle.cs
- SizeLimitedCache.cs
- XmlAtomicValue.cs
- RuntimeArgumentHandle.cs
- SkipQueryOptionExpression.cs
- DataGridViewComboBoxColumn.cs
- RectangleGeometry.cs
- Collection.cs
- Visual.cs
- PluralizationService.cs
- TransformCollection.cs
- DataPager.cs
- AddInToken.cs
- GenericUriParser.cs
- PersonalizationStateInfoCollection.cs
- SQLDouble.cs
- Activity.cs
- validation.cs
- FilteredAttributeCollection.cs