C# 클래스 CodeVerifier.AssemblyGroup

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyGroup ( string mainPath ) : System
GetType ( TypeReference type ) : Mono.Cecil.TypeDefinition
GetType ( string fullName ) : Mono.Cecil.TypeDefinition

비공개 메소드들

메소드 설명
ReadAssemblyRecursive ( string path ) : void

메소드 상세

AssemblyGroup() 공개 메소드

public AssemblyGroup ( string mainPath ) : System
mainPath string
리턴 System

GetType() 공개 메소드

public GetType ( TypeReference type ) : Mono.Cecil.TypeDefinition
type Mono.Cecil.TypeReference
리턴 Mono.Cecil.TypeDefinition

GetType() 공개 메소드

public GetType ( string fullName ) : Mono.Cecil.TypeDefinition
fullName string
리턴 Mono.Cecil.TypeDefinition