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
- ToolStripDropTargetManager.cs
- SqlServer2KCompatibilityAnnotation.cs
- recordstate.cs
- _IPv6Address.cs
- BindingMAnagerBase.cs
- DrawingGroup.cs
- ToolStripSplitButton.cs
- SoapCodeExporter.cs
- NonSerializedAttribute.cs
- SmtpException.cs
- _BufferOffsetSize.cs
- ElementHostAutomationPeer.cs
- ResourceManager.cs
- Model3DGroup.cs
- SerializableAttribute.cs
- OutputScopeManager.cs
- CodeNamespace.cs
- SqlFlattener.cs
- BamlLocalizabilityResolver.cs
- QilChoice.cs
- PerfProviderCollection.cs
- ColorConverter.cs
- MessageSecurityOverTcpElement.cs
- WindowsSecurityTokenAuthenticator.cs
- RtfToXamlLexer.cs
- Win32SafeHandles.cs
- SpecularMaterial.cs
- BmpBitmapEncoder.cs
- OdbcError.cs
- ScrollEvent.cs
- ForeignConstraint.cs
- EventWaitHandleSecurity.cs
- EdgeProfileValidation.cs
- Synchronization.cs
- DataTemplateKey.cs
- CharEnumerator.cs
- LifetimeServices.cs
- BStrWrapper.cs
- WebPartConnectionsConnectVerb.cs
- UserControl.cs
- ErrorWebPart.cs
- XmlSchemaGroupRef.cs
- controlskin.cs
- BaseComponentEditor.cs
- TdsParserStaticMethods.cs
- DbProviderManifest.cs
- WebPartRestoreVerb.cs
- CellConstantDomain.cs
- MonitorWrapper.cs
- UserControlParser.cs
- WebResourceAttribute.cs
- BooleanExpr.cs
- AccessibleObject.cs
- ZipPackagePart.cs
- XmlTextReader.cs
- UpdateEventArgs.cs
- TableItemStyle.cs
- WebBrowsableAttribute.cs
- WorkflowRuntimeSection.cs
- SQLString.cs
- HyperLinkField.cs
- Type.cs
- UnsafeNativeMethods.cs
- _StreamFramer.cs
- HttpPostedFile.cs
- CompiledQueryCacheKey.cs
- TargetFrameworkAttribute.cs
- DecimalAnimationUsingKeyFrames.cs
- XmlSchemaSet.cs
- InvalidDataContractException.cs
- NavigationFailedEventArgs.cs
- BitStream.cs
- PolyLineSegmentFigureLogic.cs
- ResXFileRef.cs
- AuthenticationService.cs
- FocusWithinProperty.cs
- FaultCode.cs
- XPathParser.cs
- RequestCacheValidator.cs
- EntityDataSourceState.cs
- GregorianCalendar.cs
- IxmlLineInfo.cs
- NavigationCommands.cs
- DependentList.cs
- Transaction.cs
- _AutoWebProxyScriptHelper.cs
- MonthCalendar.cs
- TextEncodedRawTextWriter.cs
- MethodBuilder.cs
- TreeNodeEventArgs.cs
- IDispatchConstantAttribute.cs
- Border.cs
- ETagAttribute.cs
- HwndProxyElementProvider.cs
- followingsibling.cs
- TableChangeProcessor.cs
- MexHttpsBindingCollectionElement.cs
- XmlValueConverter.cs
- OptimizedTemplateContent.cs
- XmlCountingReader.cs