The AssemblyLoader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateInstance(String) |
Creates an instance of the class specified by classname
|
![]() ![]() | CreateInstance(String, array<Object>[]()[][]) |
Creates an instance of the class specified by classname,
with arguments.
|
![]() ![]() | GetTypeForClassName | |
![]() ![]() | IsAssemblyTrusted |
Determines whether this an assembly is trusted.
|
![]() ![]() | LoadTrustedAssembliesInDir |
Loads all of the assemblies (dll) found in directory. Not recursive
|
![]() ![]() | LoadTrustedAssembly |
Loads the assembly with the specified file name
|
![]() ![]() | LoadUnrustedAssembly |
Loads the assembly with the specified file name as an untrusted assembly
|