RuntimeMethodHandle.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

RuntimeMethodHandle,它是方法的内部元数据表示形式。

属性

适用于