TypeBuilder.TypeHandle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不支持动态模块。
public:
virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle
属性值
只读。
例外
不支持动态模块。
注解
使用 Type.GetType 或 Assembly.GetType 检索类型,并在检索的类型上使用反射。