Binarysharp.MemoryManagement.Assembly.CallingConvention.StdcallCallingConvention.FormatCalling C# (CSharp) Méthode

FormatCalling() public méthode

Formats the call of a given function.
public FormatCalling ( IntPtr function ) : string
function System.IntPtr The function to call.
Résultat string
        public string FormatCalling(IntPtr function)
        {
            return "call " + function;
        }