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
- MessageAction.cs
- ThreadAbortException.cs
- CheckBoxStandardAdapter.cs
- MatrixTransform3D.cs
- SystemUnicastIPAddressInformation.cs
- DetailsViewDesigner.cs
- TabPanel.cs
- _SSPISessionCache.cs
- SiteMapSection.cs
- ComponentChangingEvent.cs
- SystemFonts.cs
- EncoderParameter.cs
- NetNamedPipeSecurity.cs
- SourceFileBuildProvider.cs
- NullableDecimalSumAggregationOperator.cs
- HyperlinkAutomationPeer.cs
- ByteAnimation.cs
- XmlValidatingReaderImpl.cs
- SoapWriter.cs
- TextTreeExtractElementUndoUnit.cs
- CodeTypeDeclarationCollection.cs
- Module.cs
- ValueTypeFixupInfo.cs
- MinMaxParagraphWidth.cs
- FormViewCommandEventArgs.cs
- BindingCompleteEventArgs.cs
- ParameterCollection.cs
- Config.cs
- DrawingAttributeSerializer.cs
- FontWeightConverter.cs
- InfoCardSymmetricAlgorithm.cs
- CellLabel.cs
- ImpersonationContext.cs
- XmlNodeReader.cs
- DrawingContextWalker.cs
- TableLayoutSettings.cs
- DataColumnChangeEvent.cs
- SemanticAnalyzer.cs
- NTAccount.cs
- ArrayWithOffset.cs
- KeyBinding.cs
- XmlNavigatorStack.cs
- IsolationInterop.cs
- ByteStreamGeometryContext.cs
- ColorAnimationUsingKeyFrames.cs
- DynamicResourceExtension.cs
- DrawingDrawingContext.cs
- CacheForPrimitiveTypes.cs
- FlowLayoutPanel.cs
- LineBreakRecord.cs
- Underline.cs
- UndoManager.cs
- Shape.cs
- SoapSchemaMember.cs
- StateChangeEvent.cs
- UnsafeNetInfoNativeMethods.cs
- CultureTable.cs
- AutomationElementIdentifiers.cs
- Function.cs
- ObjectDataSourceDisposingEventArgs.cs
- UnsafeNativeMethods.cs
- RawTextInputReport.cs
- ViewService.cs
- AttachedPropertyMethodSelector.cs
- ServiceDiscoveryElement.cs
- HttpRuntime.cs
- PolyQuadraticBezierSegment.cs
- Activity.cs
- ConfigurationManagerInternal.cs
- RightsManagementEncryptionTransform.cs
- FillBehavior.cs
- XmlSerializationGeneratedCode.cs
- UpdateCommand.cs
- ErrorHandler.cs
- URI.cs
- KeyManager.cs
- MultipartContentParser.cs
- StrokeNodeOperations.cs
- AdornerDecorator.cs
- ContextStack.cs
- TableLayoutSettings.cs
- HttpFileCollection.cs
- LinkArea.cs
- VectorKeyFrameCollection.cs
- RichTextBox.cs
- FixedElement.cs
- StatusBarDrawItemEvent.cs
- DuplicateWaitObjectException.cs
- AlignmentYValidation.cs
- TextBoxLine.cs
- BamlRecordWriter.cs
- JobInputBins.cs
- RotateTransform.cs
- XmlSchemaGroup.cs
- _NegoStream.cs
- FixedSOMPageElement.cs
- ExternalException.cs
- RoutedEventArgs.cs
- ReadOnlyDictionary.cs
- PathParser.cs