Classes implementing this interface in an assembly
loaded by the driver will be treated as managers
for that assembly by the driver. Mostly this means
the class is responsible for setting up things in
that assembly when the lib is started.
An instance of the class will be created. The constructor should
do whatever it needs to. If no reference to the created instance
is kept internally it will be garbage collected.
Namespace: TMDAssembly: Driver (in Driver.exe) Version: 1.0.0.0
Syntax
C# |
---|
public interface ILibManager |