UnmanagedMarshal.BaseType 屬性

定義

取得 Unmanaged 基底型別 (Base Type)。 這個屬性是唯讀的。

public:
 property System::Runtime::InteropServices::UnmanagedType BaseType { System::Runtime::InteropServices::UnmanagedType get(); };
public System.Runtime.InteropServices.UnmanagedType BaseType { get; }
member this.BaseType : System.Runtime.InteropServices.UnmanagedType
Public ReadOnly Property BaseType As UnmanagedType

屬性值

UnmanagedType 物件。

例外狀況

Unmanaged 型別不是 LPArraySafeArray

適用於

另請參閱