Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Expander.cs
- Padding.cs
- JoinQueryOperator.cs
- CodeMemberField.cs
- DescendentsWalkerBase.cs
- ThrowOnMultipleAssignment.cs
- DesignerObject.cs
- XmlWrappingReader.cs
- MulticastIPAddressInformationCollection.cs
- InlinedAggregationOperator.cs
- DocumentViewer.cs
- XmlDocumentFragment.cs
- StdValidatorsAndConverters.cs
- SqlCacheDependencyDatabase.cs
- InputManager.cs
- indexingfiltermarshaler.cs
- ComponentResourceManager.cs
- HttpPostLocalhostServerProtocol.cs
- ToolStripDropDownItem.cs
- HttpDictionary.cs
- Rectangle.cs
- StreamGeometry.cs
- HttpServerChannel.cs
- DragStartedEventArgs.cs
- SoapIncludeAttribute.cs
- CodeGotoStatement.cs
- GroupBox.cs
- SetStoryboardSpeedRatio.cs
- InvalidCastException.cs
- InstanceDescriptor.cs
- GeometryModel3D.cs
- ChangeInterceptorAttribute.cs
- ApplicationInterop.cs
- MenuItemCollection.cs
- ClientUtils.cs
- DataFieldEditor.cs
- safesecurityhelperavalon.cs
- ReadOnlyState.cs
- ContentControl.cs
- XamlTemplateSerializer.cs
- XmlSchemaComplexContent.cs
- SurrogateEncoder.cs
- ClassGenerator.cs
- FlowLayout.cs
- ErrorCodes.cs
- StylusPointPropertyInfo.cs
- ElementsClipboardData.cs
- Range.cs
- LinkConverter.cs
- MessageQueueTransaction.cs
- DesignerSerializationVisibilityAttribute.cs
- ToolStripRenderer.cs
- iisPickupDirectory.cs
- Translator.cs
- Visual3D.cs
- documentsequencetextview.cs
- BinaryFormatterWriter.cs
- ScriptComponentDescriptor.cs
- DataGridTablesFactory.cs
- WebRequestModulesSection.cs
- PtsCache.cs
- DecimalFormatter.cs
- HashCryptoHandle.cs
- SqlError.cs
- ConfigurationSettings.cs
- Activation.cs
- ObjectResult.cs
- FirstQueryOperator.cs
- DataError.cs
- MimeXmlImporter.cs
- PenContexts.cs
- SubstitutionList.cs
- WeakReferenceEnumerator.cs
- HttpStreamMessage.cs
- FrameworkElementFactory.cs
- OletxResourceManager.cs
- SQLMoney.cs
- UnmanagedMarshal.cs
- SEHException.cs
- TableLayoutColumnStyleCollection.cs
- WizardForm.cs
- InstanceKeyView.cs
- ThrowHelper.cs
- Missing.cs
- HttpPostLocalhostServerProtocol.cs
- Condition.cs
- DataGridAddNewRow.cs
- Size.cs
- HMACSHA512.cs
- IconHelper.cs
- TextBoxLine.cs
- QilTargetType.cs
- SignedPkcs7.cs
- Optimizer.cs
- PrefixHandle.cs
- ResourcePermissionBaseEntry.cs
- FontEmbeddingManager.cs
- XmlException.cs
- WindowsGraphics.cs
- TabControl.cs