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
- GroupItemAutomationPeer.cs
- NumericExpr.cs
- StreamGeometry.cs
- WebContext.cs
- WaitingCursor.cs
- FaultDesigner.cs
- InsufficientMemoryException.cs
- BaseCodePageEncoding.cs
- URIFormatException.cs
- MsmqIntegrationChannelFactory.cs
- DataServiceContext.cs
- RemoveStoryboard.cs
- ProfileEventArgs.cs
- OTFRasterizer.cs
- XPathNavigatorReader.cs
- KoreanCalendar.cs
- ToolBarButton.cs
- MessageEventSubscriptionService.cs
- VariableModifiersHelper.cs
- DictionaryEntry.cs
- DataGridViewCellLinkedList.cs
- HttpListenerException.cs
- EmptyControlCollection.cs
- NumberFunctions.cs
- ProvidePropertyAttribute.cs
- TextPenaltyModule.cs
- HttpRequestBase.cs
- DotExpr.cs
- VirtualizingStackPanel.cs
- OdbcTransaction.cs
- KeyedPriorityQueue.cs
- PartialClassGenerationTaskInternal.cs
- AudioBase.cs
- ISO2022Encoding.cs
- ConnectionPointCookie.cs
- VectorCollectionConverter.cs
- XmlEntityReference.cs
- StrokeNodeData.cs
- DSACryptoServiceProvider.cs
- _HelperAsyncResults.cs
- XmlSchemaAppInfo.cs
- ScriptDescriptor.cs
- DiffuseMaterial.cs
- FragmentQueryProcessor.cs
- TextBlock.cs
- AccessDataSourceDesigner.cs
- ButtonColumn.cs
- ResponseStream.cs
- AssociationType.cs
- ProfessionalColors.cs
- Size.cs
- COM2PropertyBuilderUITypeEditor.cs
- SiteMapPath.cs
- KeyPressEvent.cs
- PointUtil.cs
- Shape.cs
- XmlRawWriterWrapper.cs
- WebBrowsableAttribute.cs
- ValidationErrorCollection.cs
- MenuItemBindingCollection.cs
- GridEntryCollection.cs
- BaseParaClient.cs
- ScriptResourceInfo.cs
- EndpointAddressElementBase.cs
- MailWriter.cs
- DataGridViewColumnCollectionEditor.cs
- WebPartEventArgs.cs
- DataGridViewDataConnection.cs
- DataServiceException.cs
- MetadataArtifactLoaderCompositeFile.cs
- Trace.cs
- MatrixTransform.cs
- BitmapSizeOptions.cs
- BamlLocalizationDictionary.cs
- UIElement3D.cs
- ClientScriptItem.cs
- SrgsRule.cs
- WindowsScrollBarBits.cs
- AssemblyEvidenceFactory.cs
- PagedControl.cs
- MsmqHostedTransportManager.cs
- XPathDescendantIterator.cs
- ProviderConnectionPointCollection.cs
- Point.cs
- SqlConnectionHelper.cs
- DbConnectionStringCommon.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- WorkerRequest.cs
- StringWriter.cs
- BuildProviderAppliesToAttribute.cs
- RijndaelManaged.cs
- StorageEndPropertyMapping.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- EncryptedType.cs
- ConstructorNeedsTagAttribute.cs
- ListBoxAutomationPeer.cs
- RSAPKCS1SignatureDeformatter.cs
- PropertyChangeTracker.cs
- PathParser.cs
- TriState.cs