This documentation is archived and is not being maintained.

MetaData Methods

The MetaData type exposes the following members.

  NameDescription
Public method Static member ConvertCodeSourceFileToAssemblyFile Compiles a specified code source file into a runtime assembly file.
Public method Static member ConvertCodeSourceStreamToAssemblyFile Compiles specified code source streams into a run-time assembly file.
Public method Static member ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList) Converts the specified schema definition into C# proxy source code.
Public method Static member 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.
Public method Static member 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.
Public method Static member ConvertTypesToSchemaToFile(array<ServiceType>, SdlType, String) Converts the specified service types to XML schema, and writes it to a file that is specified by name.
Public method Static member ConvertTypesToSchemaToFile(array<Type>, SdlType, String) Converts the specified object types to XML schema, and writes it to a file that is specified by name.
Public method Static member ConvertTypesToSchemaToStream(array<ServiceType>, SdlType, Stream) Converts the specified service types to XML schema, and writes it to a specified stream.
Public method Static member ConvertTypesToSchemaToStream(array<Type>, SdlType, Stream) Converts the specified object types to XML schema, and writes it to a specified stream.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member RetrieveSchemaFromUrlToFile Downloads the XML schema from a URL, and writes it to the specified file.
Public method Static member RetrieveSchemaFromUrlToStream Downloads the XML schema from a URL, and writes it to the specified stream.
Public method Static member SaveStreamToFile Saves the input stream to a file with the specified name.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: