C# (CSharp) Jurassic.Compiler ILGenerator.Call - 60 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Jurassic.Compiler.ILGenerator.Call, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Pops the method arguments off the stack, calls the given method, then pushes the result to the stack (if there was one). Identical to CallStatic() if the method is a static method (or is declared on a value type) or CallVirtual() otherwise.