AnimancerReflection.

TryInvoke(Object, string, BindingFlags, Type[], Object[]) Method

Summary

Invokes a method with the specified `methodName` if it exists on the `obj`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerReflection

Syntax

[Obfuscation(Exclude = true)]
public static Object TryInvoke(Object obj, string methodName, BindingFlags bindings = 116, Type[] parameterTypes = null, Object[] parameters = null)

Attributes

Type Description
ObfuscationAttribute

Parameters

Name Type Description
obj Object
methodName string
bindings BindingFlags
parameterTypes Type[]
parameters Object[]

Return Value

Type Description
Object