ProcessLink ​
Represents a connection to a process for interprocess communication.
Kind: Class
Namespace: ConnectorLib.Inject
Public Constructors
Public Member Functions
void
Initializes the connection to the specified process.
void
Clean up any resources being used.
void
Closes and cleans up the connection to the process.
void
Logs a message to the console.
void
Logs an error message to the console.
Public Attributes
int
ProcessId
The process ID of the connected process.
IntPtr
ProcessHandle
The handle to the connected process.
Properties
bool
Connected
[get, ]
Indicates whether the connection to the process is established.
Process
Process
[get, ]
IEnumerable
ProcessModules
[get, ]
The process modules of the connected process.
IMemoryMapper
Mapper
[get, set]
The memory mapper used for memory operations.
CallMutexType
CallMutexMode
[get, set]
Defines the mutex mode for interprocess function calls.
