Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Sys / System / Configuration / Internal / ConfigurationManagerHelper.cs / 1 / ConfigurationManagerHelper.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Configuration.Internal {
using System.Configuration;
[
// FXCOP: The correct fix would be to make this class static.
// But a class can't be static and sealed at the same time.
System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses")
]
internal sealed class ConfigurationManagerHelper : IConfigurationManagerHelper {
// Created only through reflection.
private ConfigurationManagerHelper() {
}
void IConfigurationManagerHelper.EnsureNetConfigLoaded() {
System.Net.Configuration.SettingsSection.EnsureConfigLoaded();
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UdpSocket.cs
- CodeExporter.cs
- DiscoveryDocumentSerializer.cs
- ConnectionProviderAttribute.cs
- PaperSize.cs
- ApplicationSecurityInfo.cs
- View.cs
- FixedSOMImage.cs
- SQLUtility.cs
- DragEvent.cs
- ItemsPresenter.cs
- SafeHandle.cs
- PersianCalendar.cs
- EventSourceCreationData.cs
- SyntaxCheck.cs
- rsa.cs
- StyleSelector.cs
- WinFormsComponentEditor.cs
- Simplifier.cs
- IDispatchConstantAttribute.cs
- XamlReaderHelper.cs
- HandlerFactoryCache.cs
- HtmlPanelAdapter.cs
- PerformanceCounterLib.cs
- VScrollBar.cs
- SortedList.cs
- DrawingBrush.cs
- TransactionBridge.cs
- BinaryObjectInfo.cs
- peersecurityelement.cs
- UnsafeNativeMethods.cs
- EdgeProfileValidation.cs
- CategoryGridEntry.cs
- Vector3DAnimationBase.cs
- FormsAuthenticationUserCollection.cs
- AppDomainManager.cs
- cache.cs
- SafeProcessHandle.cs
- MouseBinding.cs
- RichTextBoxAutomationPeer.cs
- PropertyInformationCollection.cs
- Invariant.cs
- InputLangChangeRequestEvent.cs
- WeakReferenceEnumerator.cs
- LinkedResource.cs
- DataServiceProcessingPipelineEventArgs.cs
- XmlMapping.cs
- DynamicControl.cs
- CustomLineCap.cs
- TrackBarRenderer.cs
- XmlSchemaDocumentation.cs
- PageAsyncTask.cs
- ForeignKeyConstraint.cs
- HitTestDrawingContextWalker.cs
- TypeUtil.cs
- TableLayoutColumnStyleCollection.cs
- Invariant.cs
- ProviderSettings.cs
- DbProviderSpecificTypePropertyAttribute.cs
- UTF8Encoding.cs
- TdsParserStateObject.cs
- SystemNetworkInterface.cs
- XmlSignificantWhitespace.cs
- RC2.cs
- NativeMethods.cs
- NonParentingControl.cs
- DataGridColumnCollectionEditor.cs
- MultiView.cs
- OutputWindow.cs
- DBSchemaTable.cs
- DurableDispatcherAddressingFault.cs
- DataGridAddNewRow.cs
- XmlILCommand.cs
- MultipartContentParser.cs
- CriticalFileToken.cs
- URL.cs
- Rect3D.cs
- PageContent.cs
- ListItemConverter.cs
- AsymmetricKeyExchangeDeformatter.cs
- OverrideMode.cs
- Substitution.cs
- SqlFileStream.cs
- Trace.cs
- EntityDataSource.cs
- ChtmlFormAdapter.cs
- DataGridViewRowCancelEventArgs.cs
- WaitHandle.cs
- ListenerElementsCollection.cs
- TaskDesigner.cs
- StatusBarAutomationPeer.cs
- AssertUtility.cs
- DataGridViewRowPostPaintEventArgs.cs
- Int64Converter.cs
- XmlKeywords.cs
- TextBoxView.cs
- ThumbAutomationPeer.cs
- TextServicesDisplayAttributePropertyRanges.cs
- Effect.cs
- ListView.cs