C# 클래스 Binarysharp.MemoryManagement.Assembly.CallingConvention.FastcallCallingConvention

Define the Fast Calling Convention (aka __msfastcall).
상속: ICallingConvention
파일 보기 프로젝트 열기: ZenLulz/MemorySharp

공개 메소드들

메소드 설명
FormatCalling ( IntPtr function ) : string

Formats the call of a given function.

FormatCleaning ( int nbParameters ) : string

Formats the cleaning of a given number of parameters.

FormatParameters ( IntPtr parameters ) : string

Formats the given parameters to call a function.

메소드 상세

FormatCalling() 공개 메소드

Formats the call of a given function.
public FormatCalling ( IntPtr function ) : string
function System.IntPtr The function to call.
리턴 string

FormatCleaning() 공개 메소드

Formats the cleaning of a given number of parameters.
public FormatCleaning ( int nbParameters ) : string
nbParameters int The number of parameters to clean.
리턴 string

FormatParameters() 공개 메소드

Formats the given parameters to call a function.
public FormatParameters ( IntPtr parameters ) : string
parameters System.IntPtr An array of parameters.
리턴 string