  | 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)
Syntaxpublic void LoadLibraryFromAssembly(
	Assembly asm
)
Public Sub LoadLibraryFromAssembly ( 
	asm As Assembly
)
public:
void LoadLibraryFromAssembly(
	Assembly^ asm
)
member LoadLibraryFromAssembly : 
        asm : Assembly -> unit 
Parameters
- asm
 - Type: System.ReflectionAssembly
The assembly instance 
See Also