Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsCollectible
override
bool
System.Reflection.RuntimeAssembly.IsCollectible
get
inherited
Definition at line
108
of file
RuntimeAssembly.cs
.
109
{
110
get
111
{
112
RuntimeAssembly
assembly
=
this
;
113
return
GetIsCollectible
(
new
QCallAssembly
(
ref
assembly
)) !=
Interop
.
BOOL
.FALSE;
114
}
115
}
Interop.BOOL
BOOL
Definition
Interop.cs:262
Interop
Definition
Interop.cs:6
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.RuntimeAssembly.GetIsCollectible
static Interop.BOOL GetIsCollectible(QCallAssembly assembly)
System.Reflection.RuntimeAssembly.RuntimeAssembly
RuntimeAssembly()
Definition
RuntimeAssembly.cs:164
System.Runtime.CompilerServices.QCallAssembly
Definition
QCallAssembly.cs:7
System
Reflection
Emit
InternalAssemblyBuilder
Generated by
1.10.0