This documentation is archived and is not being maintained.

MetaData::ConvertTypesToSchemaToStream Method (array<ServiceType>, SdlType, Stream)

Converts the specified service types to XML schema, and writes it to a specified stream.

Namespace:  System.Runtime.Remoting.MetadataServices
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
static void ConvertTypesToSchemaToStream(
	array<ServiceType^>^ serviceTypes, 
	SdlType sdlType, 
	Stream^ outputStream
)

Parameters

serviceTypes
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.
outputStream
Type: System.IO::Stream
The Stream that the schema is written to.

A ServiceType instance allows you to associate a URL with an object Type.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: