Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ItemCollection.cs
- FigureParaClient.cs
- Main.cs
- TypeReference.cs
- ListenerAdaptersInstallComponent.cs
- XmlNodeReader.cs
- GridViewCancelEditEventArgs.cs
- LookupNode.cs
- ProviderConnectionPoint.cs
- RequestResizeEvent.cs
- ValidationErrorInfo.cs
- HeaderFilter.cs
- RectangleGeometry.cs
- XmlDocumentSerializer.cs
- BitmapSizeOptions.cs
- Panel.cs
- SqlClientWrapperSmiStreamChars.cs
- InputLangChangeRequestEvent.cs
- State.cs
- WebPartManager.cs
- Semaphore.cs
- CancelAsyncOperationRequest.cs
- HttpResponse.cs
- DocumentPageView.cs
- isolationinterop.cs
- PersonalizationStateInfoCollection.cs
- rsa.cs
- InitializationEventAttribute.cs
- HighlightComponent.cs
- FileRegion.cs
- TouchesOverProperty.cs
- HtmlTextBoxAdapter.cs
- HwndHost.cs
- TransformationRules.cs
- LocationUpdates.cs
- DeferredElementTreeState.cs
- SymmetricAlgorithm.cs
- SubqueryRules.cs
- SystemIPGlobalProperties.cs
- InvalidOperationException.cs
- TextChangedEventArgs.cs
- SelectionEditor.cs
- RawAppCommandInputReport.cs
- TileBrush.cs
- SQLString.cs
- TreeBuilder.cs
- RuntimeConfig.cs
- FormsIdentity.cs
- Quaternion.cs
- ListItemCollection.cs
- DesignerDataParameter.cs
- AuthStoreRoleProvider.cs
- DataPagerFieldCollection.cs
- XPathAncestorQuery.cs
- ForeignKeyConstraint.cs
- DbXmlEnabledProviderManifest.cs
- RIPEMD160Managed.cs
- MDIWindowDialog.cs
- SizeValueSerializer.cs
- SecurityDescriptor.cs
- AssociationSet.cs
- ColorInterpolationModeValidation.cs
- XamlPoint3DCollectionSerializer.cs
- DataSetFieldSchema.cs
- ZeroOpNode.cs
- GridPattern.cs
- PropertyPushdownHelper.cs
- SchemaNotation.cs
- ResourcePermissionBaseEntry.cs
- Convert.cs
- ScaleTransform.cs
- MimeTypeMapper.cs
- EntityDataSourceSelectingEventArgs.cs
- ObjectDataProvider.cs
- AnnotationDocumentPaginator.cs
- DiscoveryReferences.cs
- InertiaExpansionBehavior.cs
- DataGridViewRowEventArgs.cs
- ExpandoObject.cs
- AttachmentService.cs
- AppDomainInstanceProvider.cs
- RegisteredExpandoAttribute.cs
- ClientTargetSection.cs
- Property.cs
- ScanQueryOperator.cs
- X509RecipientCertificateServiceElement.cs
- StylusButtonEventArgs.cs
- BlockUIContainer.cs
- ArrayWithOffset.cs
- InternalEnumValidator.cs
- DesignerTransaction.cs
- IriParsingElement.cs
- DataBoundControlHelper.cs
- ParameterReplacerVisitor.cs
- ScrollChrome.cs
- SupportsEventValidationAttribute.cs
- embossbitmapeffect.cs
- SafeHandle.cs
- DesignOnlyAttribute.cs
- RotateTransform3D.cs