IsolationLevel Class

Summary

Reflection isolation level
Assembly
Cake.BitDiffer.dll
Namespace
Cake.BitDiffer
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["IsolationLevel"] class Type type-node

Syntax

public sealed class IsolationLevel : Enum

Fields

Name Constant Value Summary
Auto 0
The automatic mode isolation level will scan the assemblies before loading them, and select the Medium isolation level if possible, or revert to the High isolation level if you have multiple assemblies with the same strong name in the same directory.
static
High 3
In high isolation level, each assembly is loaded into it's own private AppDomain.
static
Low 1
The low option creates a single AppDomain to host all external assemblies.
static
Medium 2
In medium isolation level, each directory from which assemblies are loaded has it's own AppDomain.
static
value__

Extension Methods

Name Value Summary
Dump<IsolationLevel>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
GetIsolationLevel() string
Convert isolation level in command line representation
Requires the Cake.BitDiffer addin
IsIn<IsolationLevel>(IsolationLevel[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IsolationLevel>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IsolationLevel>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IsolationLevel>(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<IsolationLevel>(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