Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / Internal / InternalConfigConfigurationFactory.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- ErrorFormatter.cs
- RedistVersionInfo.cs
- VariableDesigner.xaml.cs
- BaseDataBoundControl.cs
- ExpressionVisitorHelpers.cs
- KeyedHashAlgorithm.cs
- SrgsElementFactoryCompiler.cs
- FormsAuthenticationModule.cs
- HwndMouseInputProvider.cs
- CompositeTypefaceMetrics.cs
- ProtocolsConfigurationEntry.cs
- WebDisplayNameAttribute.cs
- SelectionItemPattern.cs
- ItemMap.cs
- ComNativeDescriptor.cs
- XslCompiledTransform.cs
- AncestorChangedEventArgs.cs
- Single.cs
- Point.cs
- FixedBufferAttribute.cs
- OptionUsage.cs
- LifetimeServices.cs
- MailHeaderInfo.cs
- StringValidator.cs
- contentDescriptor.cs
- Interlocked.cs
- base64Transforms.cs
- TrackBar.cs
- AssemblyHash.cs
- EntityDataSourceDesignerHelper.cs
- DBDataPermissionAttribute.cs
- LoginUtil.cs
- Storyboard.cs
- SubclassTypeValidatorAttribute.cs
- ScriptingProfileServiceSection.cs
- SecurityResources.cs
- StylusCollection.cs
- TypeConverterAttribute.cs
- CallId.cs
- ToolStripLocationCancelEventArgs.cs
- SocketAddress.cs
- XmlSerializerAssemblyAttribute.cs
- SafeRegistryHandle.cs
- WpfXamlType.cs
- SystemResourceKey.cs
- MenuItemStyleCollection.cs
- MonikerUtility.cs
- AttributeEmitter.cs
- BinaryObjectReader.cs
- Panel.cs
- FlowPosition.cs
- TemplateParser.cs
- PlaceHolder.cs
- CachedPathData.cs
- Avt.cs
- PaperSource.cs
- ExpressionConverter.cs
- DateTimeStorage.cs
- HybridWebProxyFinder.cs
- SystemIPGlobalStatistics.cs
- AvTrace.cs
- ExtendedProperty.cs
- HandlerFactoryCache.cs
- DoubleAnimationUsingPath.cs
- EncryptedType.cs
- SHA384.cs
- ListViewPagedDataSource.cs
- SplineKeyFrames.cs
- MatrixAnimationUsingKeyFrames.cs
- Root.cs
- Set.cs
- CodeConditionStatement.cs
- RelatedCurrencyManager.cs
- FileChangesMonitor.cs
- DbExpressionRules.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- RequestSecurityTokenSerializer.cs
- WebServiceFaultDesigner.cs
- Collection.cs
- ActivityMetadata.cs
- SafeSecurityHelper.cs
- XmlReflectionImporter.cs
- SqlFunctionAttribute.cs
- XmlMemberMapping.cs
- MembershipUser.cs
- EmbeddedMailObject.cs
- KeyManager.cs
- ListViewTableCell.cs
- Hash.cs
- PageThemeCodeDomTreeGenerator.cs
- SystemTcpConnection.cs
- DbConnectionFactory.cs
- SmtpException.cs
- GetFileNameResult.cs
- NullableIntSumAggregationOperator.cs
- codemethodreferenceexpression.cs
- SiteMapNodeItem.cs
- SourceElementsCollection.cs
- StopStoryboard.cs
- QueryCacheManager.cs