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
- LayoutEvent.cs
- TimeIntervalCollection.cs
- serverconfig.cs
- SqlWebEventProvider.cs
- GridViewCellAutomationPeer.cs
- FixedPage.cs
- DefaultDialogButtons.cs
- EtwTrackingBehavior.cs
- SettingsContext.cs
- PageHandlerFactory.cs
- DataConnectionHelper.cs
- ErrorWrapper.cs
- FormViewUpdatedEventArgs.cs
- TraceContextRecord.cs
- SoapCommonClasses.cs
- ButtonBase.cs
- dataprotectionpermission.cs
- ECDiffieHellman.cs
- ChildrenQuery.cs
- SafeSecurityHelper.cs
- MemoryMappedViewAccessor.cs
- Soap.cs
- BoundField.cs
- DockPatternIdentifiers.cs
- SoapSchemaExporter.cs
- SurrogateSelector.cs
- StringValidatorAttribute.cs
- MD5.cs
- ComponentManagerBroker.cs
- HttpProtocolReflector.cs
- TextSimpleMarkerProperties.cs
- ProvidersHelper.cs
- GlobalizationSection.cs
- XslTransform.cs
- FontConverter.cs
- RowUpdatedEventArgs.cs
- CriticalFinalizerObject.cs
- ExtractorMetadata.cs
- MenuTracker.cs
- SchemaCollectionCompiler.cs
- NotImplementedException.cs
- mediaeventargs.cs
- PersonalizationStateInfo.cs
- KeyValueSerializer.cs
- IPEndPoint.cs
- ExpressionContext.cs
- PathHelper.cs
- BufferModesCollection.cs
- UnsafeNativeMethods.cs
- WebPartUserCapability.cs
- X509Certificate2.cs
- TraceSource.cs
- DrawingCollection.cs
- ClassHandlersStore.cs
- SslStream.cs
- RoamingStoreFileUtility.cs
- WeakHashtable.cs
- ResourcePart.cs
- EntityContainerEmitter.cs
- ListBox.cs
- FixedPageAutomationPeer.cs
- StateMachineWorkflowDesigner.cs
- GlyphRun.cs
- _SSPISessionCache.cs
- BitmapEffectInput.cs
- WebHttpBehavior.cs
- WorkingDirectoryEditor.cs
- PropertyBuilder.cs
- HMACSHA1.cs
- _Rfc2616CacheValidators.cs
- CacheSection.cs
- EncryptedData.cs
- WebPartConnectionsCloseVerb.cs
- DropShadowBitmapEffect.cs
- JoinElimination.cs
- DocComment.cs
- ComponentResourceKey.cs
- SourceElementsCollection.cs
- CacheAxisQuery.cs
- ProfileSettings.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- SymDocumentType.cs
- RemotingServices.cs
- PackageDigitalSignature.cs
- ConnectionsZone.cs
- OLEDB_Enum.cs
- SafeNativeMethods.cs
- Vector3DCollectionValueSerializer.cs
- PeerNameRecordCollection.cs
- CurrencyWrapper.cs
- RoleManagerEventArgs.cs
- BasicViewGenerator.cs
- SessionPageStatePersister.cs
- PointAnimationClockResource.cs
- ZipIOBlockManager.cs
- CloudCollection.cs
- ReplacementText.cs
- ValidatedControlConverter.cs
- MethodBuilderInstantiation.cs
- ConnectionManagementElementCollection.cs