Click or drag to resize

PageLoadLibraryFromAssembly Method (String)

[This is preliminary documentation and is subject to change.]

Loads trigger handlers from a assembly dll file

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void LoadLibraryFromAssembly(
	string assemblyFile
)

Parameters

assemblyFile
Type: SystemString
The assembly in the local file system
See Also