Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TYPEKIND.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
public
enum
TYPEKIND
4
{
5
TKIND_ENUM
,
6
TKIND_RECORD
,
7
TKIND_MODULE
,
8
TKIND_INTERFACE
,
9
TKIND_DISPATCH
,
10
TKIND_COCLASS
,
11
TKIND_ALIAS
,
12
TKIND_UNION
,
13
TKIND_MAX
14
}
System.Runtime.InteropServices.ComTypes.TYPEKIND
TYPEKIND
Definition
TYPEKIND.cs:4
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_ALIAS
@ TKIND_ALIAS
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_DISPATCH
@ TKIND_DISPATCH
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_MAX
@ TKIND_MAX
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_INTERFACE
@ TKIND_INTERFACE
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_COCLASS
@ TKIND_COCLASS
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_MODULE
@ TKIND_MODULE
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_ENUM
@ TKIND_ENUM
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_RECORD
@ TKIND_RECORD
System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_UNION
@ TKIND_UNION
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
TYPEKIND.cs
Generated by
1.10.0