Click or drag to resize

IGHAObjectRunCommand Method

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

Invoke the specified method of the calling object

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
Object RunCommand(
	string name
)

Parameters

name
Type: SystemString
Method to invoke

Return Value

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