System.AppDomain.AppDomain.Loader.Loader C# (CSharp) Method

Loader() public method

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