NQualityOfLife.Utils.Reflection_.Invoker.Invoke_Method - Niilo007/RimWorld-NQoL GitHub Wiki

Invoke_Method

Containing Class:

Related:


C#

public static object Invoke_Method(string type, string method, List<string> inputParameterStrings, string defaultNameSpace = "Verse")
{

}
public static object Invoke_Method(string nameSpaceDotTypeColonMethod, params object[] parameters)
{

}

XML


Usage


Errors


Examples

Used In Example:



⚠️ **GitHub.com Fallback** ⚠️