| AccessToObjectWithReflectionToolRunInstanceMethod(Type, String, Object, Object) - метод |
Возвращает значение, выполнив метод methodname
указанного экземпляра объекта типа type
с набором аргументов aobjParams.
Пространство имён:
FinistSoft.Services
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис public static Object RunInstanceMethod(
Type type,
string methodname,
Object objInstance,
Object[] aobjParams
)
Public Shared Function RunInstanceMethod (
type As Type,
methodname As String,
objInstance As Object,
aobjParams As Object()
) As Object
Dim type As Type
Dim methodname As String
Dim objInstance As Object
Dim aobjParams As Object()
Dim returnValue As Object
returnValue = AccessToObjectWithReflectionTool.RunInstanceMethod(type,
methodname, objInstance, aobjParams)
public static function RunInstanceMethod(
type : Type,
methodname : String,
objInstance : Object,
aobjParams : Object[]
) : Object
Параметры
- type
- Тип: SystemType
Тип. - methodname
- Тип: SystemString
Имя метода. - objInstance
- Тип: SystemObject
Экземпляр объекта. - aobjParams
- Тип: SystemObject
Аргументы.
Возвращаемое значение
Тип:
Object
Значение.
См. также