Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / ModuleConfigurationInfo.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GroupBoxAutomationPeer.cs
- CodeEventReferenceExpression.cs
- FixedTextContainer.cs
- ThicknessKeyFrameCollection.cs
- PageCodeDomTreeGenerator.cs
- Panel.cs
- PersonalizationAdministration.cs
- ManifestSignatureInformation.cs
- LogSwitch.cs
- StreamedFramingRequestChannel.cs
- DataColumnChangeEvent.cs
- HtmlShim.cs
- PersonalizationProviderHelper.cs
- Label.cs
- EntityViewGenerator.cs
- RequestCachingSection.cs
- CodeAttributeArgumentCollection.cs
- ObjectAnimationUsingKeyFrames.cs
- HttpPostedFile.cs
- WebPartTracker.cs
- SchemaDeclBase.cs
- WrappedIUnknown.cs
- LoadMessageLogger.cs
- SqlSupersetValidator.cs
- MenuEventArgs.cs
- HMAC.cs
- InternalEnumValidator.cs
- SetUserPreferenceRequest.cs
- CustomAttributeBuilder.cs
- CompiledQueryCacheKey.cs
- ObjectContextServiceProvider.cs
- CalendarDateChangedEventArgs.cs
- FormView.cs
- CFStream.cs
- XPathBinder.cs
- TextTreeInsertElementUndoUnit.cs
- VirtualPathUtility.cs
- FontFamily.cs
- FixedSchema.cs
- ProfileSettingsCollection.cs
- ToolStripItemRenderEventArgs.cs
- DiscoveryInnerClientManaged11.cs
- keycontainerpermission.cs
- ReadingWritingEntityEventArgs.cs
- ISAPIWorkerRequest.cs
- RowTypeElement.cs
- ControlFilterExpression.cs
- BezierSegment.cs
- RowToFieldTransformer.cs
- XmlReturnReader.cs
- EventMappingSettingsCollection.cs
- XmlAttribute.cs
- NodeInfo.cs
- MachineKeySection.cs
- ResolveNextArgumentWorkItem.cs
- ConvertersCollection.cs
- AlternateViewCollection.cs
- StaticTextPointer.cs
- DataGridViewEditingControlShowingEventArgs.cs
- BinaryUtilClasses.cs
- ImageMapEventArgs.cs
- StateRuntime.cs
- CodeSnippetTypeMember.cs
- BindingManagerDataErrorEventArgs.cs
- AttachedAnnotationChangedEventArgs.cs
- Int64Storage.cs
- XmlComment.cs
- SHA256Managed.cs
- SqlMethodCallConverter.cs
- DeviceContext.cs
- GlyphElement.cs
- ItemDragEvent.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- BroadcastEventHelper.cs
- MappedMetaModel.cs
- ContactManager.cs
- MsmqTransportBindingElement.cs
- Zone.cs
- ApplicationId.cs
- TextStore.cs
- PersonalizablePropertyEntry.cs
- CustomSignedXml.cs
- UIElementPropertyUndoUnit.cs
- WaitHandleCannotBeOpenedException.cs
- BaseProcessor.cs
- ErrorEventArgs.cs
- MergeFilterQuery.cs
- InlineUIContainer.cs
- XmlChildNodes.cs
- NetNamedPipeBindingElement.cs
- ComponentChangingEvent.cs
- ProfileInfo.cs
- BinarySerializer.cs
- Int32Converter.cs
- HtmlInputCheckBox.cs
- WebPartTransformer.cs
- KeyInstance.cs
- ProcessThread.cs
- ScrollEvent.cs
- SystemTcpConnection.cs