Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GenericMethodInfo.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Emit
;
2
3
internal
sealed
class
GenericMethodInfo
4
{
5
internal
RuntimeMethodHandle
m_methodHandle
;
6
7
internal
RuntimeTypeHandle
m_context
;
8
9
internal
GenericMethodInfo
(
RuntimeMethodHandle
methodHandle,
RuntimeTypeHandle
context)
10
{
11
m_methodHandle
= methodHandle;
12
m_context
= context;
13
}
14
}
System.Reflection.Emit.GenericMethodInfo.m_context
RuntimeTypeHandle m_context
Definition
GenericMethodInfo.cs:7
System.Reflection.Emit.GenericMethodInfo.m_methodHandle
RuntimeMethodHandle m_methodHandle
Definition
GenericMethodInfo.cs:5
System.Reflection.Emit.GenericMethodInfo.GenericMethodInfo
GenericMethodInfo(RuntimeMethodHandle methodHandle, RuntimeTypeHandle context)
Definition
GenericMethodInfo.cs:9
System.Reflection.Emit.GenericMethodInfo
Definition
GenericMethodInfo.cs:4
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
System.RuntimeMethodHandle
Definition
RuntimeMethodHandle.cs:13
System.RuntimeTypeHandle
Definition
RuntimeTypeHandle.cs:14
source
System.Private.CoreLib
System.Reflection.Emit
GenericMethodInfo.cs
Generated by
1.10.0