C# 클래스 ACR_AssemblyLoader.AssemblyLoader

This class handles assembly resolution of common assemblies that may be referenced by ALFA CLRScript instances.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
AssemblyLoader ( ) : System
PopulateKnownAssemblies ( ) : void

This method loads known assemblies and prepopulates them in the known assembly cache. Note that these assembles must be loaded in the proper order, that is, base assemblies before dependant assemblies.

비공개 메소드들

메소드 설명
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

This method attempts to resolve known assemblies on behalf of CLR scripts.

메소드 상세

AssemblyLoader() 공개 메소드

public AssemblyLoader ( ) : System
리턴 System

PopulateKnownAssemblies() 공개 메소드

This method loads known assemblies and prepopulates them in the known assembly cache. Note that these assembles must be loaded in the proper order, that is, base assemblies before dependant assemblies.
public PopulateKnownAssemblies ( ) : void
리턴 void