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
- SqlAliasesReferenced.cs
- OleDbPermission.cs
- SetStoryboardSpeedRatio.cs
- IntPtr.cs
- XmlC14NWriter.cs
- MailMessageEventArgs.cs
- TextServicesCompartment.cs
- DefaultPrintController.cs
- PropertyChangeTracker.cs
- EventLogPermission.cs
- MembershipUser.cs
- ControlPropertyNameConverter.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- MarkupCompilePass2.cs
- TcpAppDomainProtocolHandler.cs
- SystemInformation.cs
- FramingDecoders.cs
- DigestTraceRecordHelper.cs
- ListenerConstants.cs
- SourceLineInfo.cs
- TemplateAction.cs
- CodeRemoveEventStatement.cs
- WindowsFormsHost.cs
- Command.cs
- PageWrapper.cs
- DbConnectionPoolGroup.cs
- ReflectTypeDescriptionProvider.cs
- Socket.cs
- Annotation.cs
- MeasurementDCInfo.cs
- DataGridViewAutoSizeModeEventArgs.cs
- ComponentChangedEvent.cs
- NamespaceDisplayAutomationPeer.cs
- CapabilitiesState.cs
- Triangle.cs
- ScopeElement.cs
- TextEncodedRawTextWriter.cs
- EntityDataSourceWizardForm.cs
- GradientBrush.cs
- ClientSettingsStore.cs
- GatewayIPAddressInformationCollection.cs
- MethodCallTranslator.cs
- SimplePropertyEntry.cs
- SoapDocumentMethodAttribute.cs
- DbParameterHelper.cs
- DependencyObjectPropertyDescriptor.cs
- EncoderBestFitFallback.cs
- AvTraceDetails.cs
- TreeWalker.cs
- SchemaMapping.cs
- SignatureToken.cs
- TransformedBitmap.cs
- WebHttpSecurityElement.cs
- BypassElementCollection.cs
- Console.cs
- HMACSHA1.cs
- CompositeDataBoundControl.cs
- ValueConversionAttribute.cs
- DictionarySectionHandler.cs
- _PooledStream.cs
- PrefixHandle.cs
- SqlDataSourceDesigner.cs
- milexports.cs
- ProgressBarBrushConverter.cs
- IconBitmapDecoder.cs
- HelloOperationAsyncResult.cs
- ProviderSettings.cs
- HintTextMaxWidthConverter.cs
- MediaTimeline.cs
- PeerUnsafeNativeCryptMethods.cs
- PersonalizationProviderHelper.cs
- KeyPressEvent.cs
- ContainerUtilities.cs
- BypassElement.cs
- ActiveXSerializer.cs
- RemoteHelper.cs
- WebServiceEndpoint.cs
- ForeignConstraint.cs
- XmlWriterSettings.cs
- DataGridViewRowPrePaintEventArgs.cs
- ComboBox.cs
- AssemblyHash.cs
- COM2ExtendedUITypeEditor.cs
- KeyValueConfigurationElement.cs
- Normalization.cs
- StringDictionaryWithComparer.cs
- ScrollChrome.cs
- Storyboard.cs
- ComponentRenameEvent.cs
- Membership.cs
- UpdateCommand.cs
- BitmapCacheBrush.cs
- SafeCancelMibChangeNotify.cs
- TableItemPatternIdentifiers.cs
- FixedSOMTable.cs
- EntityParameterCollection.cs
- ActivityValidator.cs
- DocumentPageViewAutomationPeer.cs
- PolicyLevel.cs
- CmsUtils.cs