System.AppDomain.AppDomain.Loader.Loader C# (CSharp) 메소드

Loader() 공개 메소드

public Loader ( string assembly ) : System.Collections
assembly string
리턴 System.Collections
			public Loader (string assembly)
			{
				this.assembly = assembly;
			}
AppDomain.AppDomain.Loader