Screenshots » Edit invocation “ToString”
Edit invocation “ToString”
While “methods” define the interface (parameters, return type), the actual call of a method is defined by the “MethodInvocation”. There can be multiple invocations per method to differentiate between client and server code, or to extend other modules.
The actual code implementing the methods is retrieved from a normal assembly (e.g. a C# dll), where developers can work with their usual tools.

