Type.IsUnmanagedFunctionPointer 属性

定义

获取一个值,该值指示当前 Type 是否为非托管函数指针。

public:
 virtual property bool IsUnmanagedFunctionPointer { bool get(); };
public virtual bool IsUnmanagedFunctionPointer { get; }
member this.IsUnmanagedFunctionPointer : bool
Public Overridable ReadOnly Property IsUnmanagedFunctionPointer As Boolean

属性值

true 如果当前 Type 是非托管函数指针,则为 ;否则为 false

适用于