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그렇지 않으면 입니다.

적용 대상