enum | System.Runtime.InteropServices.UnmanagedType {
System.Runtime.InteropServices.Bool = 2
, System.Runtime.InteropServices.I1 = 3
, System.Runtime.InteropServices.U1 = 4
, System.Runtime.InteropServices.I2 = 5
,
System.Runtime.InteropServices.U2 = 6
, System.Runtime.InteropServices.I4 = 7
, System.Runtime.InteropServices.U4 = 8
, System.Runtime.InteropServices.I8 = 9
,
System.Runtime.InteropServices.U8 = 10
, System.Runtime.InteropServices.R4 = 11
, System.Runtime.InteropServices.R8 = 12
, System.Runtime.InteropServices.Currency = 15
,
System.Runtime.InteropServices.BStr = 19
, System.Runtime.InteropServices.LPStr = 20
, System.Runtime.InteropServices.LPWStr = 21
, System.Runtime.InteropServices.LPTStr = 22
,
System.Runtime.InteropServices.ByValTStr = 23
, System.Runtime.InteropServices.IUnknown = 25
, System.Runtime.InteropServices.IDispatch = 26
, System.Runtime.InteropServices.Struct = 27
,
System.Runtime.InteropServices.Interface = 28
, System.Runtime.InteropServices.SafeArray = 29
, System.Runtime.InteropServices.ByValArray = 30
, System.Runtime.InteropServices.SysInt = 31
,
System.Runtime.InteropServices.SysUInt = 32
, System.Runtime.InteropServices.VBByRefStr = 34
, System.Runtime.InteropServices.AnsiBStr = 35
, System.Runtime.InteropServices.TBStr = 36
,
System.Runtime.InteropServices.VariantBool = 37
, System.Runtime.InteropServices.FunctionPtr = 38
, System.Runtime.InteropServices.AsAny = 40
, System.Runtime.InteropServices.LPArray = 42
,
System.Runtime.InteropServices.LPStruct = 43
, System.Runtime.InteropServices.CustomMarshaler = 44
, System.Runtime.InteropServices.Error = 45
, System.Runtime.InteropServices.IInspectable = 46
,
System.Runtime.InteropServices.HString = 47
, System.Runtime.InteropServices.LPUTF8Str = 48
} |