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
- RoutingTable.cs
- DbSourceParameterCollection.cs
- ObjectRef.cs
- WhitespaceRuleLookup.cs
- RangeValueProviderWrapper.cs
- LoadedOrUnloadedOperation.cs
- TypeSystem.cs
- OleDbDataReader.cs
- XmlILStorageConverter.cs
- EFAssociationProvider.cs
- DataGridParentRows.cs
- EmptyEnumerator.cs
- ListItemCollection.cs
- MatrixTransform3D.cs
- SQLBoolean.cs
- LocalizationComments.cs
- SmiTypedGetterSetter.cs
- SqlTriggerContext.cs
- SchemaImporterExtensionElement.cs
- IndicFontClient.cs
- UnsafeNativeMethods.cs
- ContextStaticAttribute.cs
- ComponentChangingEvent.cs
- HashHelper.cs
- RtfControlWordInfo.cs
- SqlParameter.cs
- AccessViolationException.cs
- Types.cs
- ArrangedElement.cs
- WebServiceHostFactory.cs
- DBCSCodePageEncoding.cs
- SqlWorkflowInstanceStoreLock.cs
- CodeSnippetExpression.cs
- XmlSchemaComplexContent.cs
- PropertyGeneratedEventArgs.cs
- CorrelationActionMessageFilter.cs
- DateTimePicker.cs
- UIElementPropertyUndoUnit.cs
- mediaclock.cs
- GZipDecoder.cs
- sqlstateclientmanager.cs
- RowUpdatedEventArgs.cs
- InputMethodStateTypeInfo.cs
- ArraySet.cs
- ReadOnlyDictionary.cs
- SystemException.cs
- MergeFilterQuery.cs
- ConstraintConverter.cs
- SessionEndingCancelEventArgs.cs
- Accessible.cs
- WindowsMenu.cs
- FontFamily.cs
- FaultReasonText.cs
- TraceProvider.cs
- GenericPrincipal.cs
- RuleProcessor.cs
- Setter.cs
- BaseTemplateCodeDomTreeGenerator.cs
- CryptoApi.cs
- HttpModuleAction.cs
- ActivityCodeDomSerializationManager.cs
- ProtocolElementCollection.cs
- PenThreadPool.cs
- QilTernary.cs
- TextStore.cs
- SqlProviderServices.cs
- RawUIStateInputReport.cs
- WeakEventTable.cs
- SafeHandle.cs
- FormViewPageEventArgs.cs
- CalendarData.cs
- MaskedTextProvider.cs
- HostingEnvironmentWrapper.cs
- ChannelSinkStacks.cs
- UniqueIdentifierService.cs
- WebPartConnectionsCloseVerb.cs
- MatrixConverter.cs
- PageClientProxyGenerator.cs
- SqlUtil.cs
- TemplateBamlTreeBuilder.cs
- XmlSchemaSimpleTypeList.cs
- SafeNativeMethods.cs
- WasEndpointConfigContainer.cs
- SoundPlayerAction.cs
- XmlException.cs
- WebPartEventArgs.cs
- ButtonAutomationPeer.cs
- Int16.cs
- WebControlAdapter.cs
- DataFieldCollectionEditor.cs
- HtmlInputSubmit.cs
- ZipIOCentralDirectoryFileHeader.cs
- PropertyGroupDescription.cs
- FileDialogCustomPlace.cs
- DateTimeConstantAttribute.cs
- OdbcPermission.cs
- ButtonRenderer.cs
- GroupBox.cs
- Ipv6Element.cs
- TemplateField.cs