Click or drag to resize

PageLoadLibraryFromAssembly Method (Assembly)

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

Loads trigger handlers from a assembly instance

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

Parameters

asm
Type: System.ReflectionAssembly
The assembly instance
See Also