Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / ModuleConfigurationInfo.cs / 2 / 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
- IPEndPoint.cs
- RelationshipConstraintValidator.cs
- AdCreatedEventArgs.cs
- SafeLibraryHandle.cs
- GridViewSortEventArgs.cs
- MasterPageParser.cs
- DebugController.cs
- MessageSecurityVersion.cs
- ConstraintConverter.cs
- ZipArchive.cs
- tooltip.cs
- FreezableCollection.cs
- ExecutedRoutedEventArgs.cs
- SiteMap.cs
- ProfileParameter.cs
- TypeSystem.cs
- HandleCollector.cs
- SqlDataSourceSelectingEventArgs.cs
- OutputCacheSettingsSection.cs
- BaseAppDomainProtocolHandler.cs
- UnhandledExceptionEventArgs.cs
- FormsAuthenticationEventArgs.cs
- InputLanguage.cs
- ZipIOExtraField.cs
- WebPartEventArgs.cs
- XmlSchemaSimpleType.cs
- InternalConfigRoot.cs
- InsufficientMemoryException.cs
- CssStyleCollection.cs
- ModifierKeysValueSerializer.cs
- HttpConfigurationContext.cs
- Grant.cs
- CopyNodeSetAction.cs
- ExceptionHandlersDesigner.cs
- QilInvoke.cs
- ConstNode.cs
- ItemsPanelTemplate.cs
- ColorConverter.cs
- Hashtable.cs
- TypedReference.cs
- ServiceHttpModule.cs
- XmlElementAttributes.cs
- OperationParameterInfo.cs
- StylusPointDescription.cs
- DataServiceEntityAttribute.cs
- RegexMatchCollection.cs
- EnumBuilder.cs
- ChangeDirector.cs
- RenderCapability.cs
- FontUnitConverter.cs
- ButtonRenderer.cs
- OperationCanceledException.cs
- XmlTextReaderImpl.cs
- ExtractedStateEntry.cs
- LayoutManager.cs
- EndOfStreamException.cs
- ToolboxItemAttribute.cs
- XAMLParseException.cs
- StrokeCollectionConverter.cs
- TextEditor.cs
- SrgsText.cs
- RouteValueDictionary.cs
- DesignerVerb.cs
- InvalidTimeZoneException.cs
- DataObjectPastingEventArgs.cs
- HtmlHead.cs
- SqlWebEventProvider.cs
- NewItemsContextMenuStrip.cs
- JoinSymbol.cs
- ComponentResourceKey.cs
- QilBinary.cs
- TableLayoutSettings.cs
- DataGridrowEditEndingEventArgs.cs
- UserNameSecurityTokenProvider.cs
- WebHttpElement.cs
- AuthenticationManager.cs
- DSACryptoServiceProvider.cs
- ByteKeyFrameCollection.cs
- ClientRuntimeConfig.cs
- HoistedLocals.cs
- CellParaClient.cs
- WindowsFormsSynchronizationContext.cs
- ValueTypeFixupInfo.cs
- HandlerFactoryWrapper.cs
- FileLogRecordStream.cs
- SerialPort.cs
- TableCellAutomationPeer.cs
- SiteMap.cs
- UInt16Converter.cs
- XmlSortKey.cs
- Speller.cs
- HandlerWithFactory.cs
- XDeferredAxisSource.cs
- XmlWriterDelegator.cs
- CompiledAction.cs
- KeyValueInternalCollection.cs
- PropertyGeneratedEventArgs.cs
- SystemSounds.cs
- BaseUriHelper.cs
- WinFormsUtils.cs