Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlInfoMessageEvent.cs
- FixUpCollection.cs
- UnhandledExceptionEventArgs.cs
- Accessors.cs
- PlanCompiler.cs
- DiscoveryClientChannelBase.cs
- ButtonBaseAdapter.cs
- GridSplitterAutomationPeer.cs
- ArgIterator.cs
- DataSetSchema.cs
- Vector3DConverter.cs
- HandleRef.cs
- CompiledQueryCacheEntry.cs
- WebBrowserNavigatingEventHandler.cs
- InputLangChangeRequestEvent.cs
- StyleConverter.cs
- ReaderOutput.cs
- DocumentAutomationPeer.cs
- RegexCompiler.cs
- SubMenuStyleCollection.cs
- EntityDataSourceWizardForm.cs
- WindowsPrincipal.cs
- DefaultPropertyAttribute.cs
- InputLanguageEventArgs.cs
- ScriptResourceInfo.cs
- Dictionary.cs
- ProtocolsConfigurationEntry.cs
- LineSegment.cs
- SqlCharStream.cs
- ToolboxSnapDragDropEventArgs.cs
- RequestSecurityTokenResponse.cs
- XslCompiledTransform.cs
- QueryReaderSettings.cs
- FixedFindEngine.cs
- DataGridViewCellMouseEventArgs.cs
- Normalization.cs
- ObjectParameterCollection.cs
- HttpRequestCacheValidator.cs
- _NegoState.cs
- IWorkflowDebuggerService.cs
- LinqDataSourceContextEventArgs.cs
- ReadOnlyCollectionBase.cs
- CachedBitmap.cs
- BindingEntityInfo.cs
- VariableAction.cs
- Switch.cs
- SerializationEventsCache.cs
- StrokeFIndices.cs
- WebBrowserSiteBase.cs
- _AutoWebProxyScriptWrapper.cs
- FontStretch.cs
- baseshape.cs
- TranslateTransform.cs
- Delay.cs
- TimerElapsedEvenArgs.cs
- WebPartPersonalization.cs
- ThreadExceptionEvent.cs
- LabelTarget.cs
- commandenforcer.cs
- Debug.cs
- VBCodeProvider.cs
- Italic.cs
- PropertyCollection.cs
- Membership.cs
- ApplicationActivator.cs
- TextEditorThreadLocalStore.cs
- IdentityManager.cs
- ResourceManagerWrapper.cs
- InfoCardService.cs
- ControlIdConverter.cs
- Rotation3DAnimationUsingKeyFrames.cs
- PrintPreviewGraphics.cs
- ExtendedPropertyDescriptor.cs
- UpdateRecord.cs
- httpserverutility.cs
- SmiSettersStream.cs
- WorkflowFormatterBehavior.cs
- SRDisplayNameAttribute.cs
- ListItemParagraph.cs
- UnsafeNativeMethods.cs
- XmlQueryOutput.cs
- CodeExporter.cs
- Identifier.cs
- ResourceProviderFactory.cs
- ScriptReferenceBase.cs
- SrgsRule.cs
- OnOperation.cs
- PathSegment.cs
- SoapAttributeAttribute.cs
- SqlFunctionAttribute.cs
- ListBoxAutomationPeer.cs
- MultipleViewPattern.cs
- CustomValidator.cs
- TypeBrowser.xaml.cs
- SelectionProviderWrapper.cs
- CodeIndexerExpression.cs
- BufferBuilder.cs
- FlowDocumentFormatter.cs
- PlacementWorkspace.cs
- Menu.cs