C# Class RemoteTech.SimpleTypes.AddOn

Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Protected Properties

Свойство Type Description
AssemblyType System.Type
BindFlags BindingFlags
Instance object

Méthodes protégées

Méthode 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 méthode

protected AddOn ( string assemblyName, string assemblyType ) : System
assemblyName string
assemblyType string
Résultat System

Invoke() protected méthode

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
Résultat object

Property Details

AssemblyType protected_oe property

Holds the current assembly type
protected Type,System AssemblyType
Résultat System.Type

BindFlags protected_oe property

Binding flags for invoking the methods
protected BindingFlags BindFlags
Résultat BindingFlags

Instance protected_oe property

Instance object for invoking instance methods
protected object Instance
Résultat object