Code:
/ DotNET / DotNET / 8.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
- XsltCompileContext.cs
- WebPartEditVerb.cs
- WebMessageFormatHelper.cs
- TimeSpanOrInfiniteValidator.cs
- PolyBezierSegment.cs
- MethodExpr.cs
- TagPrefixAttribute.cs
- JsonEncodingStreamWrapper.cs
- CheckBoxStandardAdapter.cs
- AlphabeticalEnumConverter.cs
- WmlValidationSummaryAdapter.cs
- SortQuery.cs
- DataGridViewCellStyleChangedEventArgs.cs
- DelegatingTypeDescriptionProvider.cs
- IntSumAggregationOperator.cs
- XmlDomTextWriter.cs
- WindowsComboBox.cs
- HttpDebugHandler.cs
- SettingsBase.cs
- PieceNameHelper.cs
- WindowsRichEdit.cs
- XmlFormatExtensionPrefixAttribute.cs
- PropertyCondition.cs
- HuffModule.cs
- StrongBox.cs
- ByteRangeDownloader.cs
- WCFServiceClientProxyGenerator.cs
- ColorAnimationBase.cs
- TextTreeUndo.cs
- __ConsoleStream.cs
- TextEffect.cs
- FixedSOMTextRun.cs
- OrderPreservingSpoolingTask.cs
- TextTreeInsertUndoUnit.cs
- PartialCachingAttribute.cs
- Pointer.cs
- ModuleBuilderData.cs
- LinearGradientBrush.cs
- ImageIndexConverter.cs
- SessionStateSection.cs
- ThreadStaticAttribute.cs
- ThemeDictionaryExtension.cs
- TypeResolvingOptionsAttribute.cs
- Transform3DCollection.cs
- WmlLiteralTextAdapter.cs
- DocumentPage.cs
- ProxyAttribute.cs
- WriteTimeStream.cs
- BinaryParser.cs
- SecurityTokenProviderContainer.cs
- PseudoWebRequest.cs
- FixedSOMTextRun.cs
- Util.cs
- MbpInfo.cs
- PermissionSet.cs
- WsdlImporter.cs
- VisualStyleRenderer.cs
- BamlRecordReader.cs
- MetaType.cs
- ResolveNameEventArgs.cs
- AttachmentCollection.cs
- TextFormatterContext.cs
- XmlNodeChangedEventManager.cs
- EllipseGeometry.cs
- AddInActivator.cs
- IDQuery.cs
- Base64Decoder.cs
- LinkedResourceCollection.cs
- DesigntimeLicenseContextSerializer.cs
- DbCommandTree.cs
- InvalidAsynchronousStateException.cs
- HandlerWithFactory.cs
- TearOffProxy.cs
- CheckBoxField.cs
- VerificationException.cs
- InkPresenter.cs
- WpfWebRequestHelper.cs
- MsmqIntegrationBindingCollectionElement.cs
- RootBrowserWindowProxy.cs
- GeneratedView.cs
- FontResourceCache.cs
- BehaviorEditorPart.cs
- HttpListenerRequest.cs
- ContourSegment.cs
- WorkflowItemsPresenter.cs
- TreeViewImageKeyConverter.cs
- Parameter.cs
- TableItemProviderWrapper.cs
- XmlResolver.cs
- InternalResources.cs
- CatalogPartCollection.cs
- SchemaManager.cs
- ResourceExpressionBuilder.cs
- DependencyPropertyValueSerializer.cs
- ToolCreatedEventArgs.cs
- QilTypeChecker.cs
- HandlerFactoryWrapper.cs
- Qualifier.cs
- LiteralLink.cs
- TemplateKey.cs