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
- X509ChainPolicy.cs
- XPathExpr.cs
- OdbcReferenceCollection.cs
- EndpointFilterProvider.cs
- Vector3DKeyFrameCollection.cs
- DescendantOverDescendantQuery.cs
- WmlFormAdapter.cs
- AuthenticatingEventArgs.cs
- QilCloneVisitor.cs
- ResponseStream.cs
- Calendar.cs
- RequestSecurityTokenResponseCollection.cs
- DelegatingTypeDescriptionProvider.cs
- SecurityElement.cs
- CSharpCodeProvider.cs
- SqlNodeTypeOperators.cs
- FrameworkTemplate.cs
- XmlValidatingReaderImpl.cs
- InplaceBitmapMetadataWriter.cs
- XPathNodePointer.cs
- AspProxy.cs
- FieldNameLookup.cs
- StickyNoteHelper.cs
- FamilyMapCollection.cs
- XmlSchemaObjectTable.cs
- PointF.cs
- BuildProvidersCompiler.cs
- CatalogZone.cs
- webbrowsersite.cs
- GenericsNotImplementedException.cs
- ComplexPropertyEntry.cs
- OrthographicCamera.cs
- TitleStyle.cs
- DBConnection.cs
- SyntaxCheck.cs
- _NestedSingleAsyncResult.cs
- DataGridViewHitTestInfo.cs
- ComponentSerializationService.cs
- MemberRelationshipService.cs
- ReceiveCompletedEventArgs.cs
- MenuAutomationPeer.cs
- RulePatternOps.cs
- TileModeValidation.cs
- GenericAuthenticationEventArgs.cs
- WmlMobileTextWriter.cs
- XmlSchemaSimpleContentExtension.cs
- Base64Stream.cs
- OleDbPropertySetGuid.cs
- StyleBamlTreeBuilder.cs
- XmlReflectionImporter.cs
- SlotInfo.cs
- HierarchicalDataSourceControl.cs
- CookieParameter.cs
- StringArrayConverter.cs
- PolygonHotSpot.cs
- DictionaryCustomTypeDescriptor.cs
- Content.cs
- FileVersionInfo.cs
- HintTextConverter.cs
- EntityDescriptor.cs
- ListenerSessionConnectionReader.cs
- GridViewActionList.cs
- UpDownEvent.cs
- ClonableStack.cs
- FormViewRow.cs
- ModulesEntry.cs
- Viewport3DAutomationPeer.cs
- GuidelineSet.cs
- Metafile.cs
- FillBehavior.cs
- OutArgumentConverter.cs
- AuthenticationService.cs
- TypeBuilder.cs
- AuthenticationConfig.cs
- NativeMethods.cs
- SqlWebEventProvider.cs
- DataObjectFieldAttribute.cs
- CommandPlan.cs
- SelectionChangedEventArgs.cs
- BamlRecordHelper.cs
- ExpressionEditorAttribute.cs
- ObjectSecurity.cs
- PrintEvent.cs
- DateTimeParse.cs
- AttributeCollection.cs
- TextEndOfParagraph.cs
- AspNetCacheProfileAttribute.cs
- ToolboxCategoryItems.cs
- NetPeerTcpBinding.cs
- DomainConstraint.cs
- Codec.cs
- TrustExchangeException.cs
- SymmetricSecurityBindingElement.cs
- Logging.cs
- DataColumnChangeEvent.cs
- TypeValidationEventArgs.cs
- CommonDialog.cs
- SerializationHelper.cs
- ImageMetadata.cs
- ItemContainerGenerator.cs