DefaultCharSetAttribute.CharSet 属性

定义

获取对 DllImportAttribute 的任何调用的 CharSet 的默认值。

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 的默认值。

适用于