EazfuscatorNetAliases Class

Summary

Eazfuscator.NET is the obfuscator for .NET platform. Sure, you love your code. We all do! Chances are that you want to shelter your precious intellectual property. Eazfuscator.NET helps to protect .NET code and your valuable assets. More information.

In order to use the commands for this addin, you will need to have Eazfuscator installed on the machine it is running on, also you will need the following in your cake file:

#addin nuget:?package=Cake.Eazfuscator.Net

Assembly
Cake.Eazfuscator.Net.dll
Namespace
Cake.Eazfuscator.Net
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["EazfuscatorNetAliases"] class Type type-node

Syntax

public static class EazfuscatorNetAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
EazfuscatorNet(ICakeContext, FilePath, EazfuscatorNetSettings) void
Executes Eazfuscator.Net.exe on single file using the specified settings.
static
EazfuscatorNet(ICakeContext, FilePath) void
Executes Eazfuscator.Net.exe on single file.
static
EazfuscatorNet(ICakeContext, IEnumerable<FilePath>, EazfuscatorNetSettings) void
Executes Eazfuscator.Net.exe on selection of files using the specified settings.
static
EazfuscatorNet(ICakeContext, IEnumerable<FilePath>) void
Executes Eazfuscator.Net.exe on selection of files.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin