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

適用於