Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / Internal / InternalConfigConfigurationFactory.cs / 1305376 / InternalConfigConfigurationFactory.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using ClassConfiguration = System.Configuration.Configuration; using System.Collections; using System.Configuration; using System.Configuration.Internal; using System.IO; using System.Reflection; using System.Security; using System.Security.Permissions; using System.Threading; namespace System.Configuration.Internal { // // Class used to create and initialize an instance of the Configuration class // from assemblies other than System. // internal sealed class InternalConfigConfigurationFactory : IInternalConfigConfigurationFactory { private InternalConfigConfigurationFactory() {} ClassConfiguration IInternalConfigConfigurationFactory.Create(Type typeConfigHost, params object[] hostInitConfigurationParams) { return new ClassConfiguration(null, typeConfigHost, hostInitConfigurationParams); } // Normalize a locationSubpath argument string IInternalConfigConfigurationFactory.NormalizeLocationSubPath(string subPath, IConfigErrorInfo errorInfo) { return BaseConfigurationRecord.NormalizeLocationSubPath(subPath, errorInfo); } } } // 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
- RuleCache.cs
- ByteAnimationUsingKeyFrames.cs
- _DigestClient.cs
- DesignOnlyAttribute.cs
- SplayTreeNode.cs
- IRCollection.cs
- ImageListStreamer.cs
- TextDecorations.cs
- OleDbException.cs
- XmlUtf8RawTextWriter.cs
- PerformanceCountersElement.cs
- ZoneIdentityPermission.cs
- TypefaceCollection.cs
- XsdBuildProvider.cs
- SiteMapNodeItem.cs
- EdmItemCollection.cs
- FixedSOMSemanticBox.cs
- DataGridViewIntLinkedList.cs
- NativeActivityTransactionContext.cs
- InstanceBehavior.cs
- ScriptReferenceBase.cs
- PointAnimationClockResource.cs
- GlobalItem.cs
- CodeEntryPointMethod.cs
- Drawing.cs
- ReadOnlyDataSource.cs
- DataBoundControlParameterTarget.cs
- Rect.cs
- PathGradientBrush.cs
- TextControl.cs
- Sql8ConformanceChecker.cs
- DropDownButton.cs
- GridViewRowEventArgs.cs
- Int32Converter.cs
- EventDescriptor.cs
- XPathSelfQuery.cs
- RightsManagementLicense.cs
- ProfileSettingsCollection.cs
- OutputScope.cs
- WebRequestModuleElementCollection.cs
- WebPartConnectionsConnectVerb.cs
- SemanticResolver.cs
- ObjectDataSourceChooseMethodsPanel.cs
- ToolBarPanel.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- _RequestLifetimeSetter.cs
- ClockController.cs
- ObjectTypeMapping.cs
- EditorPartChrome.cs
- EntityContainer.cs
- Exceptions.cs
- MultiDataTrigger.cs
- TargetControlTypeAttribute.cs
- InfoCardMetadataExchangeClient.cs
- TextRangeEdit.cs
- TabOrder.cs
- Vector3DAnimation.cs
- CheckBoxRenderer.cs
- ProcessModule.cs
- CloudCollection.cs
- XmlDataDocument.cs
- EdmComplexPropertyAttribute.cs
- LineServicesCallbacks.cs
- ServiceDescriptionReflector.cs
- Literal.cs
- WebPartZoneBaseDesigner.cs
- ResourceManagerWrapper.cs
- EntityViewContainer.cs
- PersonalizationEntry.cs
- PeerNameRecordCollection.cs
- XPathNodeList.cs
- ConstNode.cs
- AuthorizationSection.cs
- DocobjHost.cs
- EntityDataReader.cs
- CalendarDay.cs
- PersonalizationAdministration.cs
- DataSourceHelper.cs
- BlurEffect.cs
- TextFormatterContext.cs
- ProcessThreadCollection.cs
- UpdateCommand.cs
- FreezableCollection.cs
- ProxyGenerator.cs
- ProviderBase.cs
- OutputWindow.cs
- PathSegment.cs
- HTTPNotFoundHandler.cs
- Facet.cs
- SqlServices.cs
- EventMetadata.cs
- HitTestDrawingContextWalker.cs
- AsymmetricAlgorithm.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- UriTemplateMatchException.cs
- CultureSpecificStringDictionary.cs
- XsdDateTime.cs
- DocumentApplicationJournalEntry.cs
- JsonReaderWriterFactory.cs
- ListBindableAttribute.cs