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
- CodeStatement.cs
- NeedSkipTokenVisitor.cs
- DataListItemCollection.cs
- WindowsUpDown.cs
- FilterQueryOptionExpression.cs
- CatalogPartChrome.cs
- WebScriptEnablingBehavior.cs
- AsyncPostBackTrigger.cs
- State.cs
- XpsResourceDictionary.cs
- Span.cs
- SqlUDTStorage.cs
- UnsafeNetInfoNativeMethods.cs
- UTF7Encoding.cs
- ImageIndexConverter.cs
- CryptoSession.cs
- MemberRestriction.cs
- Help.cs
- Base64Decoder.cs
- AnimationLayer.cs
- ChangePassword.cs
- DirectoryObjectSecurity.cs
- ExpandableObjectConverter.cs
- Properties.cs
- TextBlockAutomationPeer.cs
- MemberCollection.cs
- PartitionerQueryOperator.cs
- CodeDirectionExpression.cs
- EndEvent.cs
- SqlUdtInfo.cs
- FontStretch.cs
- ListViewCancelEventArgs.cs
- RegistryHandle.cs
- PageBreakRecord.cs
- BrowserCapabilitiesFactory.cs
- ObjectPersistData.cs
- _Events.cs
- AssemblyAttributes.cs
- AudienceUriMode.cs
- CodeAccessPermission.cs
- BrowserDefinition.cs
- XmlDataLoader.cs
- ColorConverter.cs
- EventLogPermission.cs
- Message.cs
- XpsFixedDocumentReaderWriter.cs
- MonthChangedEventArgs.cs
- ItemsChangedEventArgs.cs
- PolicyException.cs
- NonVisualControlAttribute.cs
- ObjectView.cs
- Ops.cs
- TextServicesContext.cs
- EntityCommandExecutionException.cs
- HotCommands.cs
- SQLInt32Storage.cs
- PageSettings.cs
- WorkflowWebService.cs
- FloatUtil.cs
- Assert.cs
- DesignerCategoryAttribute.cs
- CounterSampleCalculator.cs
- CodeCompiler.cs
- FormViewUpdatedEventArgs.cs
- TagMapInfo.cs
- RelationshipManager.cs
- LinkTarget.cs
- DataKeyArray.cs
- HeaderedContentControl.cs
- BinaryReader.cs
- KeyProperty.cs
- ClientConvert.cs
- OperationExecutionFault.cs
- XmlDigitalSignatureProcessor.cs
- AnnotationResourceChangedEventArgs.cs
- RandomNumberGenerator.cs
- InputLanguageSource.cs
- QilStrConcat.cs
- CapacityStreamGeometryContext.cs
- WindowsAuthenticationModule.cs
- KeyboardDevice.cs
- SchemaTableColumn.cs
- VarInfo.cs
- HttpProfileBase.cs
- HttpClientCertificate.cs
- MatrixAnimationUsingPath.cs
- Frame.cs
- FontWeights.cs
- ChangeDirector.cs
- TextEncodedRawTextWriter.cs
- RemoteHelper.cs
- shaperfactoryquerycachekey.cs
- DocumentSequenceHighlightLayer.cs
- ExpressionPrefixAttribute.cs
- SiteMapProvider.cs
- WindowsRichEdit.cs
- Section.cs
- TemplateComponentConnector.cs
- GeneralTransform3DTo2DTo3D.cs
- ModelTreeEnumerator.cs