SignatureTypeEncoder.Type(EntityHandle, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对类型的引用进行编码。
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
没有预期的句柄类型。