DefaultCharSetAttribute.CharSet Property

Definition

Gets the default value of CharSet for any call to 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

Property Value

The default value of CharSet for any call to DllImportAttribute.

Applies to