IAssemblyLoader Interface

Summary

Represents an assembly loader.
Namespace
Cake.Core.Reflection
Implementing Types
graph BT Type["IAssemblyLoader"] class Type type-node Implementing0["AssemblyLoader"]-.->Type click Implementing0 "/api/Cake.Core.Reflection/AssemblyLoader"

Syntax

public interface IAssemblyLoader

Methods

Name Value Summary
Load(AssemblyName) Assembly
Loads an assembly from its assembly name.
Load(FilePath, bool) Assembly
Loads an assembly from the specified path.

Extension Methods

Name Value Summary
Dump<IAssemblyLoader>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IAssemblyLoader>(IAssemblyLoader[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IAssemblyLoader>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IAssemblyLoader>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IAssemblyLoader>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IAssemblyLoader>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin