Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDispatchImplType.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[Obsolete(
"IDispatchImplAttribute and IDispatchImplType have been deprecated and are not supported."
)]
4
public
enum
IDispatchImplType
5
{
6
CompatibleImpl
= 2,
7
InternalImpl
= 1,
8
SystemDefinedImpl
= 0
9
}
System.Runtime.InteropServices.IDispatchImplType
IDispatchImplType
Definition
IDispatchImplType.cs:5
System.Runtime.InteropServices.IDispatchImplType.CompatibleImpl
@ CompatibleImpl
System.Runtime.InteropServices.IDispatchImplType.InternalImpl
@ InternalImpl
System.Runtime.InteropServices.IDispatchImplType.SystemDefinedImpl
@ SystemDefinedImpl
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Runtime.InteropServices
System.Runtime.InteropServices
IDispatchImplType.cs
Generated by
1.10.0