CodeExporter 类

定义

表示一个类,该类可从数据结构的 XML 表示形式生成代理代码。Represents a class that can generate proxy code from an XML representation of a data structure.

public ref class CodeExporter abstract
public abstract class CodeExporter
type CodeExporter = class
Public MustInherit Class CodeExporter
继承
CodeExporter
派生

注解

此类的具体实现包括 XmlCodeExporterSoapCodeExporterConcrete implementations of this class include XmlCodeExporter and SoapCodeExporter.

属性

IncludeMetadata

获取导出代码时所包括的代码属性元数据的集合。Gets a collection of code attribute metadata that is included when the code is exported.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于