C# Class Binarysharp.MemoryManagement.Modules.RemoteFunction

Class representing a function in the remote process.
Inheritance: RemotePointer
Show file Open project: ZenLulz/MemorySharp Class Usage Examples

Public Methods

Method Description
RemoteFunction ( MemorySharp memorySharp, IntPtr address, string functionName ) : System
ToString ( ) : string

Returns a string that represents the current object.

Method Details

RemoteFunction() public method

public RemoteFunction ( MemorySharp memorySharp, IntPtr address, string functionName ) : System
memorySharp MemorySharp
address System.IntPtr
functionName string
return System

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string