Table of Contents

Class AntLoader

Namespace
AntRunnerLib
Assembly
AntRunnerLib.dll

Loads an assembly into the library's AppDomain if it is not already loaded.

public static class AntLoader
Inheritance
System.Object
AntLoader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Methods

LoadAssembly(String)

Loads an assembly into the library's AppDomain if it is not already loaded.

public static void LoadAssembly(string assemblyPath)

Parameters

assemblyPath System.String

The path to the assembly to load.