Click or drag to resize

ReflectionInvokeMethodT Method (Object, String, Object)

[Missing <summary> documentation for "M:Stimulsoft.Base.Reflection.InvokeMethod``1(System.Object,System.String,System.Object[])"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static T InvokeMethod<T>(
	Object value,
	string methodName,
	params Object[] args
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Reflection.InvokeMethod``1(System.Object,System.String,System.Object[])"]

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:Stimulsoft.Base.Reflection.InvokeMethod``1(System.Object,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Stimulsoft.Base.Reflection.InvokeMethod``1(System.Object,System.String,System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Base.Reflection.InvokeMethod``1(System.Object,System.String,System.Object[])"]

Return Value

Type: T

[Missing <returns> documentation for "M:Stimulsoft.Base.Reflection.InvokeMethod``1(System.Object,System.String,System.Object[])"]

See Also