JSFieldInfo.FieldHandle 属性
定义
获取此字段的内部元数据表示形式的句柄。Gets a handle to the internal metadata representation of this field.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property RuntimeFieldHandle FieldHandle { RuntimeFieldHandle get(); };
public override RuntimeFieldHandle FieldHandle { get; }
member this.FieldHandle : RuntimeFieldHandle
Public Overrides ReadOnly Property FieldHandle As RuntimeFieldHandle
属性值
此字段的内部元数据表示形式的句柄。A handle to the internal metadata representation of this field.