Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / ConfigurationLocation.cs / 1305376 / ConfigurationLocation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections; using System.Collections.Specialized; using System.Configuration; using System.Text; public class ConfigurationLocation { Configuration _config; string _locationSubPath; internal ConfigurationLocation(Configuration config, string locationSubPath) { _config = config; _locationSubPath = locationSubPath; } public string Path { get {return _locationSubPath;} } public Configuration OpenConfiguration() { return _config.OpenLocationConfiguration(_locationSubPath); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections; using System.Collections.Specialized; using System.Configuration; using System.Text; public class ConfigurationLocation { Configuration _config; string _locationSubPath; internal ConfigurationLocation(Configuration config, string locationSubPath) { _config = config; _locationSubPath = locationSubPath; } public string Path { get {return _locationSubPath;} } public Configuration OpenConfiguration() { return _config.OpenLocationConfiguration(_locationSubPath); } } } // 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
- ResourceExpressionBuilder.cs
- translator.cs
- PlainXmlSerializer.cs
- GB18030Encoding.cs
- DocumentXPathNavigator.cs
- TabControlCancelEvent.cs
- ProviderIncompatibleException.cs
- CFGGrammar.cs
- MessagePropertyDescriptionCollection.cs
- IdnMapping.cs
- XmlTextReaderImplHelpers.cs
- PageFunction.cs
- XmlSignatureProperties.cs
- MultiView.cs
- BinaryReader.cs
- ThicknessAnimationUsingKeyFrames.cs
- CompilationUtil.cs
- StaticExtension.cs
- SmtpDigestAuthenticationModule.cs
- PersistenceException.cs
- QueryContext.cs
- Tracer.cs
- Selection.cs
- DataBoundControlAdapter.cs
- EventLogTraceListener.cs
- GridLength.cs
- CommandHelpers.cs
- MaskedTextProvider.cs
- ColorMatrix.cs
- PartialCachingControl.cs
- MarkupExtensionParser.cs
- TemplateEditingService.cs
- ProxyWebPartConnectionCollection.cs
- ContentElement.cs
- DbException.cs
- UnitControl.cs
- CellParagraph.cs
- NotifyInputEventArgs.cs
- Main.cs
- DomainConstraint.cs
- AuthenticationModuleElementCollection.cs
- DrawingGroupDrawingContext.cs
- MutableAssemblyCacheEntry.cs
- AssemblyInfo.cs
- OdbcConnectionOpen.cs
- WebPartEditorOkVerb.cs
- GridViewPageEventArgs.cs
- HtmlHistory.cs
- Int32KeyFrameCollection.cs
- Viewport3DAutomationPeer.cs
- DataObject.cs
- LogAppendAsyncResult.cs
- XmlDataSourceNodeDescriptor.cs
- FormsAuthentication.cs
- PerformanceCounterNameAttribute.cs
- EntityTransaction.cs
- FrameworkElementAutomationPeer.cs
- ToolStripContainer.cs
- Pair.cs
- Cursors.cs
- CodeArrayIndexerExpression.cs
- OutputChannelBinder.cs
- externdll.cs
- DetailsView.cs
- FloaterBaseParagraph.cs
- FormattedTextSymbols.cs
- sqlnorm.cs
- DynamicMethod.cs
- CreateUserWizard.cs
- SecurityDescriptor.cs
- UIElement.cs
- SchemaElementLookUpTableEnumerator.cs
- Stream.cs
- OlePropertyStructs.cs
- DataGridViewCellLinkedList.cs
- ApplicationSecurityManager.cs
- SoapAttributes.cs
- TransformationRules.cs
- basecomparevalidator.cs
- GridViewColumnCollection.cs
- Span.cs
- SynchronizationContext.cs
- MenuItem.cs
- StringComparer.cs
- VectorKeyFrameCollection.cs
- CreateUserWizardStep.cs
- DataProtection.cs
- RuleProcessor.cs
- ProcessInfo.cs
- TimeSpanSecondsConverter.cs
- ExpressionBindingCollection.cs
- ListComponentEditorPage.cs
- GenericEnumConverter.cs
- RecognitionResult.cs
- CqlParserHelpers.cs
- DbConnectionInternal.cs
- RadioButtonDesigner.cs
- WsatServiceAddress.cs
- TreeBuilderBamlTranslator.cs
- ConcurrentStack.cs