BadScript 2
Loading...
Searching...
No Matches
BadInteropExtension.cs
Go to the documentation of this file.
2
6public abstract class BadInteropExtension
7{
13 {
14 AddExtensions(provider);
15 }
16
20 protected abstract void AddExtensions(BadInteropExtensionProvider provider);
21}
Public Extension API for the BS2 Runtime.
void AddExtensions(BadInteropExtensionProvider provider)
Adds extensions to the list of registered extensions.
void InnerAddExtensions(BadInteropExtensionProvider provider)
Adds the Extensions to the given Provider.
Contains the Interop Abstractions and Implementations for the BadScript2 Language.