Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QCallAssembly.cs
Go to the documentation of this file.
1
using
System.Reflection
;
2
using
Internal.Runtime.CompilerServices
;
3
4
namespace
System.Runtime.CompilerServices
;
5
6
internal
ref struct
QCallAssembly
7
{
8
private
unsafe
void
*
_ptr
;
9
10
private
IntPtr
_assembly
;
11
12
internal
unsafe
QCallAssembly
(ref
RuntimeAssembly
assembly)
13
{
14
_ptr
=
Unsafe
.AsPointer(ref assembly);
15
_assembly
= assembly.GetUnderlyingNativeHandle();
16
}
17
}
System.Reflection.RuntimeAssembly
Definition
RuntimeAssembly.cs:15
System.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:6
Internal.Runtime.CompilerServices
Definition
Unsafe.cs:6
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.CompilerServices.QCallAssembly.QCallAssembly
unsafe QCallAssembly(ref RuntimeAssembly assembly)
Definition
QCallAssembly.cs:12
System.Runtime.CompilerServices.QCallAssembly._ptr
unsafe void * _ptr
Definition
QCallAssembly.cs:8
System.Runtime.CompilerServices.QCallAssembly._assembly
IntPtr _assembly
Definition
QCallAssembly.cs:10
System.Runtime.CompilerServices.QCallAssembly
Definition
QCallAssembly.cs:7
source
System.Private.CoreLib
System.Runtime.CompilerServices
QCallAssembly.cs
Generated by
1.10.0