This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.BitDiffer.
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
GetIsolationLevel |
string |
Convert isolation level in command line representation
From Extensions
Requires the Cake.BitDiffer addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|