Class FunctionParserMethodInfo
Inheritance
System.Object
FunctionParserMethodInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.FunctionParser
Assembly: AltV.Net.Shared.dll
Syntax
public class FunctionParserMethodInfo
Constructors
| Improve this Doc View SourceFunctionParserMethodInfo(MethodInfo)
Declaration
public FunctionParserMethodInfo(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo |
Methods
| Improve this Doc View SourceInvoke(Object, Object[])
Declaration
public object Invoke(object instance, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | |
System.Object[] | arguments |
Returns
Type | Description |
---|---|
System.Object |