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
- WSFederationHttpSecurityElement.cs
- ActivationServices.cs
- MasterPageParser.cs
- LogRecordSequence.cs
- OleDbInfoMessageEvent.cs
- LinkButton.cs
- IODescriptionAttribute.cs
- EntitySetRetriever.cs
- PointLight.cs
- Transform.cs
- AccessViolationException.cs
- StyleTypedPropertyAttribute.cs
- MailMessage.cs
- DesignTimeData.cs
- Input.cs
- GlobalId.cs
- ObjectDataSourceView.cs
- ToolStripLabel.cs
- PreviewPrintController.cs
- WeakReadOnlyCollection.cs
- TreeNodeCollectionEditor.cs
- SecurityHelper.cs
- PEFileReader.cs
- ArraySubsetEnumerator.cs
- MetadataSource.cs
- ActivityCodeGenerator.cs
- CannotUnloadAppDomainException.cs
- WindowsListViewItemCheckBox.cs
- webeventbuffer.cs
- RoleService.cs
- WindowsGraphicsCacheManager.cs
- ControlOperationInvoker.cs
- SQLByte.cs
- ElementNotAvailableException.cs
- SchemaImporterExtension.cs
- ContextProperty.cs
- CodeDirectionExpression.cs
- PrintPreviewControl.cs
- SQLMembershipProvider.cs
- TreeViewBindingsEditorForm.cs
- XmlCharacterData.cs
- ListenerElementsCollection.cs
- PrinterResolution.cs
- DataGridViewDataErrorEventArgs.cs
- XPathNavigatorReader.cs
- VersionedStreamOwner.cs
- HtmlImage.cs
- CuspData.cs
- DynamicPropertyHolder.cs
- DropDownList.cs
- GenericIdentity.cs
- ProgressBar.cs
- HttpClientChannel.cs
- HtmlUtf8RawTextWriter.cs
- columnmapfactory.cs
- Parameter.cs
- HttpBrowserCapabilitiesBase.cs
- SurrogateSelector.cs
- CommandEventArgs.cs
- CharacterString.cs
- DbProviderConfigurationHandler.cs
- DataTableReader.cs
- RuntimeResourceSet.cs
- IPEndPoint.cs
- NameSpaceExtractor.cs
- PathSegmentCollection.cs
- EdmConstants.cs
- WasAdminWrapper.cs
- ToolStripDropTargetManager.cs
- XslCompiledTransform.cs
- GrammarBuilder.cs
- Vector3DKeyFrameCollection.cs
- PreProcessor.cs
- HtmlInputText.cs
- ProgressBarRenderer.cs
- SkinBuilder.cs
- DeflateEmulationStream.cs
- XmlCompatibilityReader.cs
- AQNBuilder.cs
- TcpServerChannel.cs
- DataObject.cs
- SqlColumnizer.cs
- FilterableAttribute.cs
- QuaternionConverter.cs
- KeyFrames.cs
- WebBaseEventKeyComparer.cs
- WebReferencesBuildProvider.cs
- XmlEncoding.cs
- CharacterMetrics.cs
- SynchronizedInputHelper.cs
- PtsPage.cs
- FixedDocument.cs
- EntryPointNotFoundException.cs
- XMLDiffLoader.cs
- DataControlLinkButton.cs
- coordinatorscratchpad.cs
- EventLogWatcher.cs
- TextRunTypographyProperties.cs
- HyperLinkDesigner.cs
- OracleLob.cs