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
- FileReader.cs
- AppSecurityManager.cs
- ContextMenuAutomationPeer.cs
- ContextMenu.cs
- TimeoutStream.cs
- DataGridItemCollection.cs
- ExecutionEngineException.cs
- Rect3D.cs
- QuotedStringFormatReader.cs
- DataKey.cs
- DataControlCommands.cs
- SetIndexBinder.cs
- WebControl.cs
- storepermission.cs
- TransformGroup.cs
- TypeDescriptionProviderAttribute.cs
- CustomTypeDescriptor.cs
- HttpRuntime.cs
- WindowsMenu.cs
- SqlConnection.cs
- Int16Converter.cs
- StateFinalizationDesigner.cs
- BrowserCapabilitiesCodeGenerator.cs
- DebugInfoGenerator.cs
- DataSourceControl.cs
- FigureParagraph.cs
- EdmToObjectNamespaceMap.cs
- InputProviderSite.cs
- SQLCharsStorage.cs
- CodeTypeDelegate.cs
- SoapSchemaExporter.cs
- NameScopePropertyAttribute.cs
- Stack.cs
- StatusBarPanel.cs
- OdbcConnectionHandle.cs
- WebPartActionVerb.cs
- WebBrowserContainer.cs
- DataGridTable.cs
- ExpressionNode.cs
- Utils.cs
- IssuanceLicense.cs
- ResXFileRef.cs
- DomainConstraint.cs
- TrackingSection.cs
- CategoryNameCollection.cs
- Semaphore.cs
- GridSplitter.cs
- QueryConverter.cs
- DataBoundControlDesigner.cs
- RTLAwareMessageBox.cs
- ProgressPage.cs
- ControlTemplate.cs
- MenuEventArgs.cs
- ObjectManager.cs
- ToolStripItem.cs
- PKCS1MaskGenerationMethod.cs
- TemplateBindingExtension.cs
- StrokeFIndices.cs
- HttpConfigurationContext.cs
- SingleAnimationBase.cs
- DayRenderEvent.cs
- PathFigureCollection.cs
- CodeMethodMap.cs
- DispatcherHookEventArgs.cs
- assertwrapper.cs
- SchemaElementLookUpTable.cs
- TypeDescriptor.cs
- ImmutableDispatchRuntime.cs
- Nodes.cs
- InputProcessorProfilesLoader.cs
- ListViewItemSelectionChangedEvent.cs
- EntityDataSourceConfigureObjectContext.cs
- nulltextnavigator.cs
- MediaTimeline.cs
- HtmlInputControl.cs
- Domain.cs
- AggregateNode.cs
- EffectiveValueEntry.cs
- HealthMonitoringSection.cs
- Rfc2898DeriveBytes.cs
- InvalidOleVariantTypeException.cs
- ObjectDataSourceSelectingEventArgs.cs
- ButtonAutomationPeer.cs
- QueueAccessMode.cs
- DirectoryRootQuery.cs
- SymbolEqualComparer.cs
- XmlKeywords.cs
- WebPartHeaderCloseVerb.cs
- KeysConverter.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- ExpressionNode.cs
- TileBrush.cs
- MatrixTransform.cs
- QueryCacheKey.cs
- HttpCacheVary.cs
- MD5HashHelper.cs
- MarkupObject.cs
- PagedDataSource.cs
- EventLogException.cs
- StringPropertyBuilder.cs