Binarysharp.MemoryManagement.Assembly.CallingConvention.CdeclCallingConvention.FormatCalling C# (CSharp) 메소드

FormatCalling() 공개 메소드

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