MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Invoke

Method Invoke

Source/Engine/Scripting/Runtime/Mono.cpp:1910–1914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1908}
1909
1910MObject* MMethod::Invoke(void* instance, void** params, MObject** exception) const
1911{
1912 PROFILE_CPU_SRC_LOC(ProfilerData);
1913 return mono_runtime_invoke(_monoMethod, instance, params, exception);
1914}
1915
1916MObject* MMethod::InvokeVirtual(MObject* instance, void** params, MObject** exception) const
1917{

Callers 15

SetupMethod · 0.45
TestScripting.cppFile · 0.45
InitMainWindowMethod · 0.45
ObjectInitMethod · 0.45
InvokeMethodMethod · 0.45
TryCreateDelegateMethod · 0.45
CreateScriptingObjectMethod · 0.45
ThunkContextMethod · 0.45
InvokeThunkMethod · 0.45
ToManagedMethod · 0.45
ToNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected