Jump to: navigation, search

Changes


HowTo:Create UBIK Plugin

317 bytes added, 10:40, 19 March 2015
/* Interface: UBIK.Injection.IUbikPlugin */
<source lang="csharp">
[Export(typeof(UBIK.Injection.IUbikPlugin))]
[ExportMetadata("ID", "C149402E-BC86-46D6-8D1B-63C86894EA77")] [ExportMetadata("Type", typeof(TestPlugin))] [ExportMetadata("Name", "TestPlugin" )] [ExportMetadata("Description", "Tests the injection management")] [ExportMetadata("Version", 1)] [ExportMetadata("Company", "Augmensys GmbH")] public class myPlugIn TestPlugin : UBIK.Injection.IUbikPlugin
{
}
10,686
edits