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
- HandlerBase.cs
- FormViewPageEventArgs.cs
- TaskFormBase.cs
- TableLayoutCellPaintEventArgs.cs
- SerialStream.cs
- InertiaRotationBehavior.cs
- ParseChildrenAsPropertiesAttribute.cs
- Win32PrintDialog.cs
- LogicalExpr.cs
- PrintPageEvent.cs
- ReferenceEqualityComparer.cs
- GeneralTransform3D.cs
- SmtpMail.cs
- SqlProviderServices.cs
- MatrixKeyFrameCollection.cs
- StringInfo.cs
- LookupBindingPropertiesAttribute.cs
- TreeNodeSelectionProcessor.cs
- ProcessHost.cs
- AsymmetricKeyExchangeFormatter.cs
- SpecialNameAttribute.cs
- ObjectDataSourceDisposingEventArgs.cs
- FrameworkObject.cs
- RoutedEventConverter.cs
- StackSpiller.Bindings.cs
- TypeConverterAttribute.cs
- Hash.cs
- EventProviderWriter.cs
- RowsCopiedEventArgs.cs
- SymLanguageVendor.cs
- AxHost.cs
- Evaluator.cs
- HttpWebRequestElement.cs
- X509Extension.cs
- SQLBinary.cs
- SplineKeyFrames.cs
- UnsafeNativeMethods.cs
- WorkflowPageSetupDialog.cs
- DataServiceQueryProvider.cs
- TemplateControlCodeDomTreeGenerator.cs
- FunctionDescription.cs
- DescendantBaseQuery.cs
- PictureBox.cs
- LicFileLicenseProvider.cs
- SymbolResolver.cs
- StorageEntityTypeMapping.cs
- WorkflowWebService.cs
- WeakReferenceEnumerator.cs
- CodeGenerator.cs
- ContextMenuService.cs
- Frame.cs
- ProviderIncompatibleException.cs
- InvalidPrinterException.cs
- KeyFrames.cs
- ProjectionPlanCompiler.cs
- BamlVersionHeader.cs
- ApplicationException.cs
- GrowingArray.cs
- BindStream.cs
- Vector3DAnimation.cs
- ChtmlCalendarAdapter.cs
- CubicEase.cs
- Odbc32.cs
- SplineQuaternionKeyFrame.cs
- Overlapped.cs
- TableSectionStyle.cs
- ScriptServiceAttribute.cs
- TwoPhaseCommit.cs
- InheritablePropertyChangeInfo.cs
- BindingsCollection.cs
- DependencyObjectPropertyDescriptor.cs
- UniqueContractNameValidationBehavior.cs
- ListArgumentProvider.cs
- SspiSafeHandles.cs
- GridViewCancelEditEventArgs.cs
- MetadataPropertyCollection.cs
- DispatchRuntime.cs
- ValidationSummary.cs
- StylusButtonCollection.cs
- Renderer.cs
- TypeToken.cs
- PlatformCulture.cs
- AuthenticationService.cs
- FixedHyperLink.cs
- TextTreeRootTextBlock.cs
- InstanceLockTracking.cs
- SynchronizedDispatch.cs
- WindowsStatusBar.cs
- InternalControlCollection.cs
- XhtmlTextWriter.cs
- ClipboardProcessor.cs
- OdbcStatementHandle.cs
- IntPtr.cs
- PageFunction.cs
- AttachedAnnotation.cs
- CatalogPartCollection.cs
- ElementUtil.cs
- CodeSnippetStatement.cs
- X509CertificateChain.cs
- SchemaMapping.cs