Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InterfaceMapping.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
public
struct
InterfaceMapping
4
{
5
public
Type
TargetType
;
6
7
public
Type
InterfaceType
;
8
9
public
MethodInfo
[]
TargetMethods
;
10
11
public
MethodInfo
[]
InterfaceMethods
;
12
}
System.Reflection.MethodInfo
Definition
MethodInfo.cs:7
System.Type
Definition
Type.cs:14
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Reflection.InterfaceMapping.TargetType
Type TargetType
Definition
InterfaceMapping.cs:5
System.Reflection.InterfaceMapping.TargetMethods
MethodInfo[] TargetMethods
Definition
InterfaceMapping.cs:9
System.Reflection.InterfaceMapping.InterfaceMethods
MethodInfo[] InterfaceMethods
Definition
InterfaceMapping.cs:11
System.Reflection.InterfaceMapping.InterfaceType
Type InterfaceType
Definition
InterfaceMapping.cs:7
System.Reflection.InterfaceMapping
Definition
InterfaceMapping.cs:4
source
System.Private.CoreLib
System.Reflection
InterfaceMapping.cs
Generated by
1.10.0