C# Класс Binarysharp.MemoryManagement.Assembly.CallingConvention.StdcallCallingConvention

Define the Standard Calling Convention.
Наследование: ICallingConvention
Показать файл Открыть проект

Открытые методы

Метод Описание
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