Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / Internal / ConfigurationManagerInternal.cs / 1305376 / ConfigurationManagerInternal.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration.Internal { using System.Configuration; internal sealed class ConfigurationManagerInternal : IConfigurationManagerInternal { // Created only through reflection private ConfigurationManagerInternal() { } bool IConfigurationManagerInternal.SupportsUserConfig { get { return ConfigurationManager.SupportsUserConfig; } } bool IConfigurationManagerInternal.SetConfigurationSystemInProgress { get { return ConfigurationManager.SetConfigurationSystemInProgress; } } string IConfigurationManagerInternal.MachineConfigPath { get { return ClientConfigurationHost.MachineConfigFilePath; } } string IConfigurationManagerInternal.ApplicationConfigUri { get { return ClientConfigPaths.Current.ApplicationConfigUri; } } string IConfigurationManagerInternal.ExeProductName { get { return ClientConfigPaths.Current.ProductName; } } string IConfigurationManagerInternal.ExeProductVersion { get { return ClientConfigPaths.Current.ProductVersion; } } string IConfigurationManagerInternal.ExeRoamingConfigDirectory { get { return ClientConfigPaths.Current.RoamingConfigDirectory; } } string IConfigurationManagerInternal.ExeRoamingConfigPath { get { return ClientConfigPaths.Current.RoamingConfigFilename; } } string IConfigurationManagerInternal.ExeLocalConfigDirectory { get { return ClientConfigPaths.Current.LocalConfigDirectory; } } string IConfigurationManagerInternal.ExeLocalConfigPath { get { return ClientConfigPaths.Current.LocalConfigFilename; } } string IConfigurationManagerInternal.UserConfigFilename { get { return ClientConfigPaths.UserConfigFilename; } } } } // 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
- DataKeyArray.cs
- RenderDataDrawingContext.cs
- RangeEnumerable.cs
- ContentDisposition.cs
- ListBoxItem.cs
- pingexception.cs
- ControlValuePropertyAttribute.cs
- WindowsFormsLinkLabel.cs
- DataControlCommands.cs
- GeometryValueSerializer.cs
- HtmlHead.cs
- SoapHttpTransportImporter.cs
- SmiEventSink_Default.cs
- PassportIdentity.cs
- MobileControlDesigner.cs
- DurableServiceAttribute.cs
- ApplicationDirectory.cs
- Sql8ConformanceChecker.cs
- TreeWalkHelper.cs
- ValidationSummary.cs
- SmtpDigestAuthenticationModule.cs
- LabelEditEvent.cs
- AuthorizationRule.cs
- AdornerHitTestResult.cs
- FormatException.cs
- Line.cs
- ScalarConstant.cs
- PropertyIDSet.cs
- ReferenceAssemblyAttribute.cs
- WebPartVerbCollection.cs
- RegexCode.cs
- MutableAssemblyCacheEntry.cs
- MinimizableAttributeTypeConverter.cs
- ColorConvertedBitmapExtension.cs
- XmlSchemaComplexContentRestriction.cs
- LoadedOrUnloadedOperation.cs
- ParentQuery.cs
- GridEntryCollection.cs
- PermissionSet.cs
- WindowsStreamSecurityUpgradeProvider.cs
- WinEventQueueItem.cs
- GeneralTransform.cs
- SoapDocumentMethodAttribute.cs
- WebBrowserSiteBase.cs
- WindowsEditBox.cs
- TreeNodeCollectionEditorDialog.cs
- LinkedResourceCollection.cs
- SingleKeyFrameCollection.cs
- ExceptionHandlers.cs
- StorageScalarPropertyMapping.cs
- UIElementParaClient.cs
- IdentifierService.cs
- ComplexTypeEmitter.cs
- ListDictionary.cs
- ListViewContainer.cs
- DependencySource.cs
- BulletedList.cs
- OracleColumn.cs
- ItemsControlAutomationPeer.cs
- Empty.cs
- NetNamedPipeBindingElement.cs
- ObjectDataSourceStatusEventArgs.cs
- LinqDataSourceHelper.cs
- Geometry.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- InsufficientExecutionStackException.cs
- TriggerActionCollection.cs
- DefaultCommandExtensionCallback.cs
- TypeElement.cs
- WorkflowApplicationTerminatedException.cs
- HGlobalSafeHandle.cs
- TraversalRequest.cs
- WebPartEditorCancelVerb.cs
- SpecularMaterial.cs
- XmlSchemaGroupRef.cs
- ChannelManager.cs
- DocumentViewer.cs
- BCLDebug.cs
- CredentialCache.cs
- BaseDataBoundControl.cs
- FrameworkPropertyMetadata.cs
- ControlPropertyNameConverter.cs
- PowerEase.cs
- Geometry3D.cs
- OutputCacheModule.cs
- DataControlReference.cs
- ArglessEventHandlerProxy.cs
- PtsContext.cs
- InputProviderSite.cs
- WebPartMenu.cs
- ScalarOps.cs
- AsymmetricSignatureFormatter.cs
- DataSourceSerializationException.cs
- SafeRsaProviderHandle.cs
- ConnectionInterfaceCollection.cs
- NumberFormatInfo.cs
- DataSet.cs
- DataGridViewComboBoxEditingControl.cs
- IMembershipProvider.cs
- CapabilitiesUse.cs