// Assembly: mscorlib
// Full name: System.Reflection.PInvokeAttributes

namespace System.Reflection
{
public class PInvokeAttributes // TypeDefIndex: 4569
{
	// Fields
	type#20890 value__;
	type#24061 NoMangle;
	type#24061 CharSetMask;
	type#24061 CharSetNotSpec;
	type#24061 CharSetAnsi;
	type#24061 CharSetUnicode;
	type#24061 CharSetAuto;
	type#24061 BestFitUseAssem;
	type#24061 BestFitEnabled;
	type#24061 BestFitDisabled;
	type#24061 BestFitMask;
	type#24061 ThrowOnUnmappableCharUseAssem;
	type#24061 ThrowOnUnmappableCharEnabled;
	type#24061 ThrowOnUnmappableCharDisabled;
	type#24061 ThrowOnUnmappableCharMask;
	type#24061 SupportsLastError;
	type#24061 CallConvMask;
	type#24061 CallConvWinapi;
	type#24061 CallConvCdecl;
	type#24061 CallConvStdcall;
	type#24061 CallConvThiscall;
	type#24061 CallConvFastcall;
	type#24061 MaxValue;
}
}
