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
ITypeResolutionService.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
4
namespace
System.ComponentModel.Design
5
{
6
// Token: 0x02000413 RID: 1043
7
public
interface
ITypeResolutionService
8
{
9
// Token: 0x06001C15 RID: 7189
10
Type
GetType
(
string
name
);
11
12
// Token: 0x06001C16 RID: 7190
13
string
GetPathOfAssembly
(
AssemblyName
name
);
14
}
15
}
System.Reflection.AssemblyName
Definition
AssemblyName.cs:18
System.Type
Definition
Type.cs:12
System.ComponentModel.Design.ITypeResolutionService.GetType
Type GetType(string name)
System.ComponentModel.Design.ITypeResolutionService.GetPathOfAssembly
string GetPathOfAssembly(AssemblyName name)
System.ComponentModel.Design.ITypeResolutionService
Definition
ITypeResolutionService.cs:8
System.ComponentModel.Design
Definition
CheckoutException.cs:6
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System
ComponentModel
Design
ITypeResolutionService.cs
Generated by
1.10.0