Click or drag to resize

IGHAObjectInvoke Method

[This is preliminary documentation and is subject to change.]

Invokes the specified method with the supplied arguments

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
Object Invoke(
	string MethodName,
	Object[] args
)

Parameters

MethodName
Type: SystemString
Method to invoke
args
Type: SystemObject
Array containing the parameters to be passed to the method

Return Value

Type: Object
Value returned by the method if any
See Also