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의 기본값입니다.

적용 대상