GetDynamicMethodList Method (TestObject)

Class

TestObject.

Action

Returns a list of methods (including their signature) that can be dynamically invoked on this TestObject.

Syntax

C#
dynamicMethodList = testObject.GetDynamicMethodList()
VB
dynamicMethodList = testObject.GetDynamicMethodList()
Variable Description
dynamicMethodList All dynamic methods for this TestObject. List(Of String).