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
- StringUtil.cs
- HttpFileCollection.cs
- PrimitiveType.cs
- SqlMethodTransformer.cs
- SystemInfo.cs
- StringFormat.cs
- EncoderFallback.cs
- WizardForm.cs
- ImageMap.cs
- QualificationDataAttribute.cs
- TemplateContent.cs
- TextTreeObjectNode.cs
- XmlAutoDetectWriter.cs
- TextLine.cs
- UnmanagedMemoryAccessor.cs
- DurableInstanceManager.cs
- Cursor.cs
- CodeCommentStatementCollection.cs
- SplitterEvent.cs
- RangeValidator.cs
- MILUtilities.cs
- ObjectContext.cs
- FileSystemWatcher.cs
- HttpHeaderCollection.cs
- IndexingContentUnit.cs
- _Connection.cs
- WebPartConnectionsEventArgs.cs
- RootBrowserWindow.cs
- CodeDesigner.cs
- HandlerBase.cs
- GetCryptoTransformRequest.cs
- ToolTipAutomationPeer.cs
- PropertyGroupDescription.cs
- Pipe.cs
- ToolboxItemWrapper.cs
- ByteStream.cs
- SafeHandle.cs
- RowSpanVector.cs
- GridViewUpdateEventArgs.cs
- PageCodeDomTreeGenerator.cs
- CheckedListBox.cs
- TabControl.cs
- FontResourceCache.cs
- HyperLinkStyle.cs
- Receive.cs
- OracleRowUpdatingEventArgs.cs
- Html32TextWriter.cs
- DictionarySectionHandler.cs
- FormParameter.cs
- XamlBrushSerializer.cs
- FileLogRecord.cs
- ManipulationLogic.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- CustomExpression.cs
- FullTextBreakpoint.cs
- HtmlInputReset.cs
- WebBrowser.cs
- WindowAutomationPeer.cs
- DiagnosticsConfiguration.cs
- Point3DAnimationUsingKeyFrames.cs
- NativeMethodsCLR.cs
- ContextProperty.cs
- CustomAttributeBuilder.cs
- SamlAttributeStatement.cs
- X509Certificate.cs
- HttpsHostedTransportConfiguration.cs
- IDQuery.cs
- PrintPreviewControl.cs
- DataPagerFieldCollection.cs
- Header.cs
- RowTypeElement.cs
- RequestUriProcessor.cs
- ColumnTypeConverter.cs
- sortedlist.cs
- SecurityAppliedMessage.cs
- Int64AnimationUsingKeyFrames.cs
- AuthenticationException.cs
- RankException.cs
- IProducerConsumerCollection.cs
- AnimatedTypeHelpers.cs
- ZipFileInfoCollection.cs
- DBSchemaRow.cs
- XmlName.cs
- PeerCollaborationPermission.cs
- CodeAttributeDeclarationCollection.cs
- StagingAreaInputItem.cs
- SequentialUshortCollection.cs
- AttributeInfo.cs
- XamlStream.cs
- HttpListenerRequestUriBuilder.cs
- AttributeEmitter.cs
- WebPartConnectionsConfigureVerb.cs
- DataSourceXmlSerializationAttribute.cs
- MarkupObject.cs
- Point4DValueSerializer.cs
- OracleInternalConnection.cs
- BaseConfigurationRecord.cs
- GroupBox.cs
- CellLabel.cs
- RangeValuePattern.cs