EazfuscatorNetSettings Class

Summary

Contains settings used by EazfuscatorNetRunner. See Comman Line Interface or run
.\Eazfuscator.Net.exe --help
for more details.
Assembly
Cake.Eazfuscator.Net.dll
Namespace
Cake.Eazfuscator.Net
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["EazfuscatorNetSettings"] class Type type-node

Syntax

public sealed class EazfuscatorNetSettings : ToolSettings

Constructors

Properties

Name Value Summary
CheckVersion bool
Gets or sets a value specifing whether to check installed version.
CompatibilityVersion string
Gets or sets a value specifing a version of Eazfuscator.NET to be compatible with.
ConfigurationFile FilePath
Gets or sets a value specifying a configuration file to use during obfuscation.
DecodeStackTraceWithPassword string
Gets or sets a value specifing password to use for decryption during obfuscation.
EnsureObfuscated bool
Gets or sets a value specifing whether to check the input file and ensure it is obfuscated.
ErrorSandbox string
Gets or sets a value specifing the error sanddox to be used.
KeyContainer string
Gets or sets a value indicating whether to use a key from key container during obfuscation.
KeyFile FilePath
Gets or sets a property specifing the key file to use during obfuscation.
MSBuildProjectConfiguration string
Gets or sets a value specifying the MSBuild Project Configuration name.
MSBuildProjectPath FilePath
Gets or sets a value specifing the path to an MSBuild Project.
MSBuildProjectPlatform string
Gets or sets a value specifing the MSBuild Project Platform.
MSBuildSolutionPath FilePath
Gets or sets a value specifying the path to an MSBuild Solution.
NewlineFlush bool
Gets or sets a value indicating whether or not to flush output messages with new line (CR/LF) symbols.
NoLogo bool
Gets or sets a property specifing whether or not to suppress logo message.
OutputFile FilePath
Gets or sets a property specifing the output file for the obfuscated assembly.
ProbingPaths IEnumerable<DirectoryPath>
Gets or sets a value specifing the probing paths.
ProtectProject bool
Gets or sets a value indicating whether to protect project.
Quiet bool
Gets or sets a value indicating whether to print any information and diagnostic messages.
Statistics bool
Gets or sets a value indicating whether or not to produce obfuscation statistics report.
UnprotectProject bool
Gets or sets a value indicating whether to remove project protection.
WarningsAsErrors string
Gets or sets a value specifiying a list of warnings to treat as errors.

Extension Methods

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