This documentation is archived and is not being maintained.
MetaData::ConvertTypesToSchemaToFile Method (array<ServiceType>, SdlType, String)
Visual Studio 2010
Converts the specified service types to XML schema, and writes it to a file that is specified by name.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
public: static void ConvertTypesToSchemaToFile( array<ServiceType^>^ types, SdlType sdlType, String^ path )
Parameters
- types
- Type: array<System.Runtime.Remoting.MetadataServices::ServiceType>
The ServiceType instances to convert to XML schema.
- sdlType
- Type: System.Runtime.Remoting.MetadataServices::SdlType
The type of service description language to use for the XML schema.
- path
- Type: System::String
The path of the XML file.
A ServiceType instance allows you to associate a URL with an object Type.
Note |
|---|
If a file with the specified name already exists, it is overwritten. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note