C# Класс RemoteTech.SimpleTypes.AddOn

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
AssemblyType System.Type
BindFlags BindingFlags
Instance object

Защищенные методы

Метод Описание
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.

Описание методов

AddOn() защищенный Метод

protected AddOn ( string assemblyName, string assemblyType ) : System
assemblyName string
assemblyType string
Результат System

Invoke() защищенный Метод

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
Результат object

Описание свойств

AssemblyType защищенное свойство

Holds the current assembly type
protected Type,System AssemblyType
Результат System.Type

BindFlags защищенное свойство

Binding flags for invoking the methods
protected BindingFlags BindFlags
Результат BindingFlags

Instance защищенное свойство

Instance object for invoking instance methods
protected object Instance
Результат object