terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ClassInterfaceAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x0200043D RID: 1085
6
[
ComVisible
(
true
)]
7
[
AttributeUsage
(
AttributeTargets
.Assembly |
AttributeTargets
.Class, Inherited =
false
)]
8
public
sealed
class
ClassInterfaceAttribute
:
Attribute
9
{
10
// Token: 0x0600216A RID: 8554 RVA: 0x0004C058 File Offset: 0x0004A258
11
public
ClassInterfaceAttribute
(
ClassInterfaceType
classInterfaceType
)
12
{
13
this._val
=
classInterfaceType
;
14
}
15
16
// Token: 0x04001207 RID: 4615
17
internal
ClassInterfaceType
_val
;
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.InteropServices.ClassInterfaceAttribute._val
ClassInterfaceType _val
Definition
ClassInterfaceAttribute.cs:17
System.Runtime.InteropServices.ClassInterfaceAttribute.ClassInterfaceAttribute
ClassInterfaceAttribute(ClassInterfaceType classInterfaceType)
Definition
ClassInterfaceAttribute.cs:11
System.Runtime.InteropServices.ClassInterfaceAttribute
Definition
ClassInterfaceAttribute.cs:9
System.Runtime.InteropServices.ClassInterfaceType
ClassInterfaceType
Definition
ClassInterfaceType.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
InteropServices
ClassInterfaceAttribute.cs
Generated by
1.10.0