RuntimeOptions Class

Summary

Optional runtime options to override the default settings
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RuntimeOptions"] class Type type-node

Syntax

public class RuntimeOptions

Constructors

Name Summary
RuntimeOptions()

Properties

Name Value Summary
ConcurrentGarbageCollection bool
The runtime option for concurrent GC
RetainVMGarbageCollection bool
The runtime option for retaining vm GC
ServerGarbageCollection bool
The runtime option for server GC
ThreadPoolMaxThreads int
The runtime option for max thread pool threads
ThreadPoolMinThreads int
The runtime option for min thread pool threads

Extension Methods

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