C# Class RemoteTech.SimpleTypes.AddOn

Show file Open project: RemoteTechnologiesGroup/RemoteTech

Protected Properties

Property Type Description
AssemblyType System.Type
BindFlags BindingFlags
Instance object

Protected Methods

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.

Method Details

AddOn() protected method

protected AddOn ( string assemblyName, string assemblyType ) : System
assemblyName string
assemblyType string
return System

Invoke() protected method

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 Invoke ( object parameters ) : object
parameters object Object parameter list, given to the assembly method
return object

Property Details

AssemblyType protected property

Holds the current assembly type
protected Type,System AssemblyType
return System.Type

BindFlags protected property

Binding flags for invoking the methods
protected BindingFlags BindFlags
return BindingFlags

Instance protected property

Instance object for invoking instance methods
protected object Instance
return object