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
- ItemType.cs
- TreeViewDesigner.cs
- ConfigurationValidatorAttribute.cs
- XmlReaderSettings.cs
- CurrencyWrapper.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- Comparer.cs
- SqlExpander.cs
- ControlFilterExpression.cs
- DoubleStorage.cs
- DocumentOrderQuery.cs
- SemanticKeyElement.cs
- Package.cs
- MessageFault.cs
- HwndMouseInputProvider.cs
- OutputCacheProfile.cs
- ZipFileInfo.cs
- PropertyMetadata.cs
- NullableLongSumAggregationOperator.cs
- TagMapCollection.cs
- ProgressBarBrushConverter.cs
- AsyncPostBackErrorEventArgs.cs
- InvokePattern.cs
- VersionPair.cs
- SingleConverter.cs
- SingleTagSectionHandler.cs
- TabletDevice.cs
- WebPartEditVerb.cs
- DataGridCommandEventArgs.cs
- BoundPropertyEntry.cs
- Axis.cs
- SafeNativeMethodsCLR.cs
- IApplicationTrustManager.cs
- SQLBinaryStorage.cs
- TextCompositionManager.cs
- Char.cs
- MouseDevice.cs
- XmlArrayAttribute.cs
- AbandonedMutexException.cs
- SqlParameterizer.cs
- RouteValueDictionary.cs
- DataControlLinkButton.cs
- UTF8Encoding.cs
- ProbeDuplexCD1AsyncResult.cs
- PropertySegmentSerializationProvider.cs
- SiteMembershipCondition.cs
- DateTimeEditor.cs
- LazyInitializer.cs
- AsymmetricSignatureFormatter.cs
- DataGridColumnCollection.cs
- DuplicateWaitObjectException.cs
- NavigatingCancelEventArgs.cs
- ContentPlaceHolder.cs
- MatrixUtil.cs
- OSEnvironmentHelper.cs
- SqlFormatter.cs
- CutCopyPasteHelper.cs
- HuffmanTree.cs
- RtfNavigator.cs
- PageParserFilter.cs
- StringFunctions.cs
- Int64Storage.cs
- FileFormatException.cs
- XmlHierarchicalEnumerable.cs
- _StreamFramer.cs
- SrgsDocument.cs
- WindowPatternIdentifiers.cs
- NativeObjectSecurity.cs
- BitmapCodecInfoInternal.cs
- XPathDocumentBuilder.cs
- FloaterBaseParaClient.cs
- InfoCardBaseException.cs
- PaintValueEventArgs.cs
- TCEAdapterGenerator.cs
- GenericWebPart.cs
- XhtmlConformanceSection.cs
- VirtualDirectoryMapping.cs
- HttpCapabilitiesBase.cs
- ViewEvent.cs
- SqlGenerator.cs
- WebPartEditorApplyVerb.cs
- SqlBulkCopyColumnMappingCollection.cs
- ListParaClient.cs
- XXXOnTypeBuilderInstantiation.cs
- ContextMenuStrip.cs
- TaskFormBase.cs
- __TransparentProxy.cs
- InternalDuplexChannelListener.cs
- SafeNativeMethodsCLR.cs
- PrinterResolution.cs
- LabelLiteral.cs
- CapacityStreamGeometryContext.cs
- SelectedDatesCollection.cs
- ConfigurationElementCollection.cs
- TextServicesLoader.cs
- TextTreeTextElementNode.cs
- SafeCryptHandles.cs
- IdentityNotMappedException.cs
- MonthCalendarDesigner.cs
- Transform.cs