The AssemblyLoader type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateInstance(String)
Creates an instance of the class specified by classname
Public methodStatic memberCreateInstance(String, array<Object>[]()[][])
Creates an instance of the class specified by classname, with arguments.
Protected methodStatic memberGetTypeForClassName
Protected methodStatic memberIsAssemblyTrusted
Determines whether this an assembly is trusted.
Protected methodStatic memberLoadTrustedAssembliesInDir
Loads all of the assemblies (dll) found in directory. Not recursive
Protected methodStatic memberLoadTrustedAssembly
Loads the assembly with the specified file name
Protected methodStatic memberLoadUnrustedAssembly
Loads the assembly with the specified file name as an untrusted assembly

See Also