RuntimeFieldHandle.Value 属性

定义

获取由当前实例表示的字段的句柄。

public:
 property IntPtr Value { IntPtr get(); };
public IntPtr Value { get; }
public IntPtr Value { [System.Security.SecurityCritical] get; }
member this.Value : nativeint
[<get: System.Security.SecurityCritical>]
member this.Value : nativeint
Public ReadOnly Property Value As IntPtr

属性值

IntPtr

nativeint

一个 IntPtr 包含当前实例所表示的字段的句柄。

属性

适用于