C# Класс Binarysharp.MemoryManagement.Modules.RemoteFunction

Class representing a function in the remote process.
Наследование: RemotePointer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RemoteFunction ( MemorySharp memorySharp, IntPtr address, string functionName ) : System
ToString ( ) : string

Returns a string that represents the current object.

Описание методов

RemoteFunction() публичный Метод

public RemoteFunction ( MemorySharp memorySharp, IntPtr address, string functionName ) : System
memorySharp MemorySharp
address System.IntPtr
functionName string
Результат System

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string