Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / ConfigurationLocation.cs / 1 / 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
- PolicyLevel.cs
- XmlMemberMapping.cs
- AuthenticatedStream.cs
- HeaderCollection.cs
- EventDescriptor.cs
- RuntimeWrappedException.cs
- RoleGroup.cs
- TcpProcessProtocolHandler.cs
- SafeNativeMethodsMilCoreApi.cs
- ApplicationFileParser.cs
- AxisAngleRotation3D.cs
- ProtocolViolationException.cs
- LessThan.cs
- WindowsImpersonationContext.cs
- FileDialog.cs
- Command.cs
- AssociatedControlConverter.cs
- TextLineBreak.cs
- ThousandthOfEmRealDoubles.cs
- QuotedPairReader.cs
- HostingPreferredMapPath.cs
- MenuEventArgs.cs
- AlgoModule.cs
- GeneralTransform3D.cs
- BuildProvidersCompiler.cs
- SqlDataRecord.cs
- ResourcePool.cs
- DataGridState.cs
- Deserializer.cs
- DesignerForm.cs
- SchemaAttDef.cs
- CodeTypeConstructor.cs
- XmlExpressionDumper.cs
- NotificationContext.cs
- PrinterUnitConvert.cs
- GridSplitterAutomationPeer.cs
- PropertyPathConverter.cs
- FormsAuthenticationUserCollection.cs
- InstanceDataCollection.cs
- TaskForm.cs
- Point3DCollection.cs
- _ListenerRequestStream.cs
- StrokeRenderer.cs
- ITextView.cs
- StrongNameIdentityPermission.cs
- TextInfo.cs
- BitmapCodecInfo.cs
- MouseActionValueSerializer.cs
- XmlSchemaSimpleContentRestriction.cs
- OdbcStatementHandle.cs
- HandlerMappingMemo.cs
- SystemException.cs
- OutOfMemoryException.cs
- SqlBuilder.cs
- ExpandCollapsePatternIdentifiers.cs
- WebPartConnectionsEventArgs.cs
- SpecularMaterial.cs
- XmlEntityReference.cs
- LZCodec.cs
- InkCanvasSelection.cs
- TextReader.cs
- BinHexEncoder.cs
- ProcessHostFactoryHelper.cs
- FixedSOMTextRun.cs
- ClassicBorderDecorator.cs
- SqlVisitor.cs
- NumberAction.cs
- AssemblyBuilderData.cs
- DataList.cs
- Transform3DCollection.cs
- ping.cs
- Double.cs
- HwndProxyElementProvider.cs
- TrackingProfileDeserializationException.cs
- CategoryNameCollection.cs
- AnnouncementInnerClient11.cs
- LookupBindingPropertiesAttribute.cs
- ToolstripProfessionalRenderer.cs
- DataGridViewComboBoxColumnDesigner.cs
- NumberFormatter.cs
- Crc32.cs
- SafeNativeMethodsOther.cs
- Crc32.cs
- TransactionInformation.cs
- Inflater.cs
- ClientApiGenerator.cs
- MethodBuilder.cs
- RectAnimationUsingKeyFrames.cs
- DesignerAttributeInfo.cs
- Win32.cs
- Image.cs
- DefaultValueTypeConverter.cs
- TableItemProviderWrapper.cs
- MergePropertyDescriptor.cs
- MsmqMessage.cs
- BitConverter.cs
- RegexNode.cs
- UnionCqlBlock.cs
- ImageMetadata.cs
- HwndAppCommandInputProvider.cs