DefaultCharSetAttribute.CharSet プロパティ

定義

CharSet の任意の呼び出しに対する DllImportAttribute の既定値を取得します。

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

プロパティ値

CharSet の任意の呼び出しに対する DllImportAttribute の既定値。

適用対象