Jump to: navigation, search

Changes


HowTo:Create UBIK Plugin

2 bytes added, 10:53, 19 March 2015
/* Example */
=== Example ===
<source lang="csharp">
 
[Export(typeof(UBIK.Injection.IUbikPlugin))]
[ExportMetadata("ID", "23B72354C149402E-A26FBC86-449E46D6-A7DA8D1B-F874B416724863C86894EA77")] [ExportMetadata("Type", typeof(myPlugInTestPlugin))] [ExportMetadata("Name", "my PluginTestPlugin")] [ExportMetadata("Description", "does fancy things in version 2.4Tests the injection management")] [ExportMetadata("Version", 31)]
[ExportMetadata("MinimumKernelVersion", "2.4.0.0")]
[ExportMetadata("MinimumDatabaseVersion", "2.4.0.0")]
[ExportMetadata("Company", "Augmensys GmbH")]
[ExportMetadata("Copyright", "2014, Augmensys GmbH")]
public class myPlugIn TestPlugin : UBIK.Injection.IUbikPlugin
{
}
 
</source>
10,686
edits