C# 클래스 Tangerine.BLL.XAPAssembly

파일 보기 프로젝트 열기: andreycha/tangerine 1 사용 예제들

공개 메소드들

메소드 설명
GetMethods ( ) : IEnumerable
GetMethods ( string fullTypeName ) : IEnumerable
GetTypes ( ) : IEnumerable
XAPAssembly ( string assemblyPath ) : System

비공개 메소드들

메소드 설명
LoadAssembly ( string assemblyPath ) : AssemblyDefinition

메소드 상세

GetMethods() 공개 메소드

public GetMethods ( ) : IEnumerable
리턴 IEnumerable

GetMethods() 공개 메소드

public GetMethods ( string fullTypeName ) : IEnumerable
fullTypeName string
리턴 IEnumerable

GetTypes() 공개 메소드

public GetTypes ( ) : IEnumerable
리턴 IEnumerable

XAPAssembly() 공개 메소드

public XAPAssembly ( string assemblyPath ) : System
assemblyPath string
리턴 System