C# 클래스 Unity.IL2CPP.Portability.AssemblyPortable

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
GetAssemblyPortable ( Type type ) : Assembly
GetExecutingAssemblyPortable ( ) : Assembly
LoadFilePortable ( string path ) : Assembly
LoadFromPortable ( string assemblyFile ) : Assembly
LoadPortable ( string partialName ) : Assembly

메소드 상세

GetAssemblyPortable() 공개 정적인 메소드

public static GetAssemblyPortable ( Type type ) : Assembly
type System.Type
리턴 System.Reflection.Assembly

GetExecutingAssemblyPortable() 공개 정적인 메소드

public static GetExecutingAssemblyPortable ( ) : Assembly
리턴 System.Reflection.Assembly

LoadFilePortable() 공개 정적인 메소드

public static LoadFilePortable ( string path ) : Assembly
path string
리턴 System.Reflection.Assembly

LoadFromPortable() 공개 정적인 메소드

public static LoadFromPortable ( string assemblyFile ) : Assembly
assemblyFile string
리턴 System.Reflection.Assembly

LoadPortable() 공개 정적인 메소드

public static LoadPortable ( string partialName ) : Assembly
partialName string
리턴 System.Reflection.Assembly