Property | Type | Description | |
---|---|---|---|
AssemblyType | |||
BindFlags | BindingFlags | ||
Instance | object |
Method | Description | |
---|---|---|
AddOn ( string assemblyName, string assemblyType ) : System | ||
Invoke ( object parameters ) : object |
Reads the current called method name and takes this method over to the assembly. The return value on a not successfull call is null.
|
protected AddOn ( string assemblyName, string assemblyType ) : System | ||
assemblyName | string | |
assemblyType | string | |
return | System |
protected Invoke ( object parameters ) : object | ||
parameters | object | Object parameter list, given to the assembly method |
return | object |