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
- ReferentialConstraint.cs
- SiteMapDataSourceView.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- ResourceDescriptionAttribute.cs
- XPathDocumentBuilder.cs
- XmlArrayItemAttribute.cs
- SocketInformation.cs
- SignerInfo.cs
- CodeConditionStatement.cs
- WebScriptEnablingBehavior.cs
- SystemTcpConnection.cs
- ObjectViewQueryResultData.cs
- HMACSHA384.cs
- AxHost.cs
- ErrorEventArgs.cs
- DataGridPagerStyle.cs
- AutomationPropertyInfo.cs
- PropertyTabChangedEvent.cs
- WindowsGraphics2.cs
- TransformerInfo.cs
- QilParameter.cs
- RtfFormatStack.cs
- ResourcePermissionBase.cs
- TableMethodGenerator.cs
- SecureStringHasher.cs
- TargetFrameworkAttribute.cs
- ExtensionSimplifierMarkupObject.cs
- GraphicsPath.cs
- UriSection.cs
- PropertyTab.cs
- EventProvider.cs
- TextTreeUndo.cs
- TypeBuilderInstantiation.cs
- ComboBoxAutomationPeer.cs
- M3DUtil.cs
- DictationGrammar.cs
- DelegateBodyWriter.cs
- ParallelTimeline.cs
- HttpResponseHeader.cs
- ISAPIRuntime.cs
- OdbcCommand.cs
- NavigateEvent.cs
- Utils.cs
- UpWmlPageAdapter.cs
- FastPropertyAccessor.cs
- ReservationNotFoundException.cs
- DesignerObject.cs
- RectangleF.cs
- PhysicalAddress.cs
- AbsoluteQuery.cs
- Vars.cs
- ServiceAppDomainAssociationProvider.cs
- AsyncPostBackTrigger.cs
- UrlMappingsSection.cs
- ToolStripTextBox.cs
- CacheOutputQuery.cs
- VisualStyleTypesAndProperties.cs
- SmiContextFactory.cs
- OdbcConnectionFactory.cs
- PrinterUnitConvert.cs
- SchemaObjectWriter.cs
- Message.cs
- ClientUtils.cs
- ToolBarButtonClickEvent.cs
- DataGridViewCellParsingEventArgs.cs
- WebPartUserCapability.cs
- IgnoreSectionHandler.cs
- DuplexChannelBinder.cs
- TPLETWProvider.cs
- ListView.cs
- ProfileParameter.cs
- IntegerFacetDescriptionElement.cs
- Int16Converter.cs
- MaskedTextBox.cs
- CheckBoxRenderer.cs
- EventData.cs
- DesigntimeLicenseContext.cs
- EnumUnknown.cs
- JpegBitmapDecoder.cs
- AlphaSortedEnumConverter.cs
- WindowsListBox.cs
- webproxy.cs
- PathFigureCollectionValueSerializer.cs
- BitmapEffectGroup.cs
- OleDbWrapper.cs
- FontFamily.cs
- XmlQualifiedName.cs
- EntryPointNotFoundException.cs
- WebException.cs
- GeometryConverter.cs
- FontClient.cs
- SafeWaitHandle.cs
- CodePropertyReferenceExpression.cs
- CoTaskMemUnicodeSafeHandle.cs
- SpellCheck.cs
- ToolStripPanelSelectionBehavior.cs
- FrameworkElementFactoryMarkupObject.cs
- XmlArrayItemAttribute.cs
- Focus.cs
- DesignerActionTextItem.cs