PluginImport.PythonCall C# (CSharp) Méthode

PythonCall() private méthode

private PythonCall ( string scriptsPath, string module, string function, string args, int numArgs ) : IntPtr
scriptsPath string
module string
function string
args string
numArgs int
Résultat IntPtr
    private static extern IntPtr PythonCall(string scriptsPath, string module, string function, string[] args, int numArgs);