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
- KeyProperty.cs
- ExpressionNode.cs
- InvalidMessageContractException.cs
- DebuggerService.cs
- AttributeUsageAttribute.cs
- UriTemplate.cs
- Transform3DGroup.cs
- IisTraceWebEventProvider.cs
- Calendar.cs
- HtmlInputImage.cs
- complextypematerializer.cs
- MessageBuilder.cs
- Grammar.cs
- FieldBuilder.cs
- SqlCachedBuffer.cs
- ComponentGuaranteesAttribute.cs
- RtfControls.cs
- AutoGeneratedField.cs
- ColumnWidthChangedEvent.cs
- VisualStateManager.cs
- Exception.cs
- TypeConverterHelper.cs
- PartBasedPackageProperties.cs
- GridItemPattern.cs
- PeerInvitationResponse.cs
- WarningException.cs
- JapaneseLunisolarCalendar.cs
- ImportOptions.cs
- SettingsPropertyValueCollection.cs
- SiteOfOriginContainer.cs
- StateWorkerRequest.cs
- SecurityTokenContainer.cs
- BufferBuilder.cs
- DesignerCatalogPartChrome.cs
- VersionedStreamOwner.cs
- LocalizabilityAttribute.cs
- BitmapEffectGeneralTransform.cs
- SmiContext.cs
- IInstanceContextProvider.cs
- Exceptions.cs
- DbException.cs
- SiteMembershipCondition.cs
- GridViewUpdateEventArgs.cs
- InternalsVisibleToAttribute.cs
- Constraint.cs
- SQLInt16.cs
- TemplateNameScope.cs
- oledbmetadatacollectionnames.cs
- DependencyPropertyChangedEventArgs.cs
- __TransparentProxy.cs
- BinarySerializer.cs
- TextFormatterImp.cs
- CallbackValidatorAttribute.cs
- Helpers.cs
- log.cs
- ExtensionSimplifierMarkupObject.cs
- RemotingAttributes.cs
- ExternalFile.cs
- SynchronizedDispatch.cs
- WhitespaceRule.cs
- WindowsPrincipal.cs
- XmlQueryContext.cs
- PropertyValue.cs
- ExceptionWrapper.cs
- AnonymousIdentificationSection.cs
- TypeUnloadedException.cs
- SQLDecimalStorage.cs
- RadioButtonBaseAdapter.cs
- ProgressBarHighlightConverter.cs
- OutputCacheProfile.cs
- OdbcConnection.cs
- Regex.cs
- SettingsPropertyValueCollection.cs
- SqlDataAdapter.cs
- ScrollableControl.cs
- StatusBarAutomationPeer.cs
- WebContext.cs
- StandardToolWindows.cs
- EventSourceCreationData.cs
- IntSecurity.cs
- ExecutionScope.cs
- QuadraticEase.cs
- AssociationType.cs
- CodeTypeReferenceExpression.cs
- ItemsChangedEventArgs.cs
- EntityKeyElement.cs
- SectionRecord.cs
- NextPreviousPagerField.cs
- XmlSchemaSimpleContentRestriction.cs
- MultipartIdentifier.cs
- DependencyObject.cs
- UseManagedPresentationBindingElementImporter.cs
- MatrixUtil.cs
- XmlAttributeHolder.cs
- LazyTextWriterCreator.cs
- SqlConnectionPoolGroupProviderInfo.cs
- GeometryGroup.cs
- BrowserDefinition.cs
- SatelliteContractVersionAttribute.cs
- SequentialWorkflowRootDesigner.cs