RuntimeFieldHandle.Value 属性
定义
获取当前实例所表示的字段的句柄。Gets a handle to the field represented by the current instance.
public:
property IntPtr Value { IntPtr get(); };
public IntPtr Value { get; }
[get: System.Security.SecurityCritical]
public IntPtr Value { get; }
member this.Value : nativeint
[<get: System.Security.SecurityCritical>]
member this.Value : nativeint
Public ReadOnly Property Value As IntPtr
属性值
IntPtr,包含当前实例所表示的字段的句柄。An IntPtr that contains the handle to the field represented by the current instance.
- 属性