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
- TreeNodeCollectionEditor.cs
- IconBitmapDecoder.cs
- ValidationErrorCollection.cs
- MetadataException.cs
- Quaternion.cs
- Size3DValueSerializer.cs
- GeneralTransform.cs
- GenericAuthenticationEventArgs.cs
- ZipIOModeEnforcingStream.cs
- PackagePart.cs
- XmlChoiceIdentifierAttribute.cs
- WindowsAuthenticationEventArgs.cs
- TextParagraph.cs
- BoundsDrawingContextWalker.cs
- ExtendedProtectionPolicyElement.cs
- BufferBuilder.cs
- HierarchicalDataBoundControlAdapter.cs
- SignatureSummaryDialog.cs
- PrintSchema.cs
- SymbolMethod.cs
- ConfigurationLocationCollection.cs
- XmlEventCache.cs
- TabletDevice.cs
- WebPermission.cs
- HandleCollector.cs
- FormViewRow.cs
- TemplateControlBuildProvider.cs
- IsolatedStorageFile.cs
- BitFlagsGenerator.cs
- TemplateEditingService.cs
- ZoneLinkButton.cs
- DateTimeFormatInfo.cs
- UnhandledExceptionEventArgs.cs
- HuffmanTree.cs
- ManagedFilter.cs
- X509Extension.cs
- PrimitiveType.cs
- PingReply.cs
- BitmapFrameEncode.cs
- NativeObjectSecurity.cs
- PermissionListSet.cs
- XamlSerializerUtil.cs
- DataGridViewImageColumn.cs
- SystemThemeKey.cs
- Matrix.cs
- KeyPressEvent.cs
- ProcessProtocolHandler.cs
- QilInvokeLateBound.cs
- TraceData.cs
- FlowNode.cs
- ObjectTypeMapping.cs
- odbcmetadatafactory.cs
- HtmlInputHidden.cs
- DescendantQuery.cs
- PeerMaintainer.cs
- CubicEase.cs
- xmlglyphRunInfo.cs
- FontConverter.cs
- SecurityToken.cs
- AnnotationDocumentPaginator.cs
- TimeZone.cs
- ObsoleteAttribute.cs
- DataStorage.cs
- TreeBuilder.cs
- LocalIdKeyIdentifierClause.cs
- ExceptionUtility.cs
- SqlMethods.cs
- InputScopeAttribute.cs
- TemplatedMailWebEventProvider.cs
- HyperLinkColumn.cs
- SchemaTableColumn.cs
- ValidatorCompatibilityHelper.cs
- CryptoHelper.cs
- XslNumber.cs
- SortKey.cs
- FilteredSchemaElementLookUpTable.cs
- LedgerEntryCollection.cs
- AuthStoreRoleProvider.cs
- NetworkAddressChange.cs
- XmlSignatureProperties.cs
- DefaultEventAttribute.cs
- RegexParser.cs
- TextCharacters.cs
- GZipDecoder.cs
- StopRoutingHandler.cs
- InvalidAsynchronousStateException.cs
- UTF32Encoding.cs
- OleDbConnectionFactory.cs
- MultitargetUtil.cs
- AmbiguousMatchException.cs
- ACL.cs
- ClientFormsIdentity.cs
- DebugView.cs
- ControlValuePropertyAttribute.cs
- PathStreamGeometryContext.cs
- Crc32.cs
- UpdateTranslator.cs
- SafeBitVector32.cs
- TextTreeInsertUndoUnit.cs
- GeneralTransform3DGroup.cs