AddinInitializer Class

Summary

Module class responsible for the logic needed to run when the library is loaded.
Assembly
Cake.Warp.dll
Namespace
Cake.Warp
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AddinInitializer"] class Type type-node

Syntax

public static class AddinInitializer

Methods

Name Value Summary
Initialize() void
The actual method that will be called during the loading of the addin library (by Module.Fody IL weaving).
static

Extension Methods

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