This documentation is archived and is not being maintained.
MetaData Class
Visual Studio 2010
Provides methods that allow you to work with XML schema.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
The MetaData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ConvertCodeSourceFileToAssemblyFile | Compiles a specified code source file into a runtime assembly file. |
![]() ![]() | ConvertCodeSourceStreamToAssemblyFile | Compiles specified code source streams into a run-time assembly file. |
![]() ![]() | ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList) | Converts the specified schema definition into C# proxy source code. |
![]() ![]() | ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String) | Converts the specified schema definition into C# proxy source code for a remote object that is located at the specified URL. |
![]() ![]() | ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String, String) | Converts the specified schema definition into C# proxy source code for a remote object that is located at the specified URL and in the provided class namespace. |
![]() ![]() | ConvertTypesToSchemaToFile(array<ServiceType>, SdlType, String) | Converts the specified service types to XML schema, and writes it to a file that is specified by name. |
![]() ![]() | ConvertTypesToSchemaToFile(array<Type>, SdlType, String) | Converts the specified object types to XML schema, and writes it to a file that is specified by name. |
![]() ![]() | ConvertTypesToSchemaToStream(array<ServiceType>, SdlType, Stream) | Converts the specified service types to XML schema, and writes it to a specified stream. |
![]() ![]() | ConvertTypesToSchemaToStream(array<Type>, SdlType, Stream) | Converts the specified object types to XML schema, and writes it to a specified stream. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RetrieveSchemaFromUrlToFile | Downloads the XML schema from a URL, and writes it to the specified file. |
![]() ![]() | RetrieveSchemaFromUrlToStream | Downloads the XML schema from a URL, and writes it to the specified stream. |
![]() ![]() | SaveStreamToFile | Saves the input stream to a file with the specified name. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The MetaData class provides methods that allow you to generate Web Services Description Language (WSDL) from type information, convert an XML Schema into a code stream, and compile the code stream into an assembly. This functionality is also present in the [<topic://cpgrfsoapsudsutilitysoapsudsexe>].
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:


