SignatureTypeEncoder.Type(EntityHandle, Boolean) 方法

定义

对类型的引用进行编码。

public:
 void Type(System::Reflection::Metadata::EntityHandle type, bool isValueType);
public void Type (System.Reflection.Metadata.EntityHandle type, bool isValueType);
member this.Type : System.Reflection.Metadata.EntityHandle * bool -> unit
Public Sub Type (type As EntityHandle, isValueType As Boolean)

参数

isValueType
Boolean

如果将类型标记为值类型,则为 true,如果将其标记为签名中的引用类型,则为 false

例外

type 没有预期的句柄类型。

适用于