Changes
/* Interface: IUbikInjectionMetaData */
== Interface: IUbikInjectionMetaData ==
Managing plugins correctly requires to provice presumes the following information, as defined by the interface '''UBIK.Injection.IUbikInjectionMetaData'''.
<source lang="csharp">
[ExportMetadata("ID", "C149402E-BC86-46D6-8D1B-63C86894EA77")]
[ExportMetadata("Type", typeof(TestPlugin))]
[ExportMetadata("Version", 1)]
[ExportMetadata("Company", "Augmensys GmbH")]
</source>
=== Mandatory information ===
{| class="wikitable" | width = "50%"
|-
! Name !! Type !! Description
|-
| ID|| string {{MSDN/String}} || Unique ID of the Pluginplugin
|-
| Type|| System.Type || Systemtype of the Plugin. Used plugin; used for filtering the Plugins plugins during loading.
|-
|}
=== Optional information ===