System.AppDomain.AppDomain.Loader.Loader C# (CSharp) Méthode

Loader() public méthode

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