ProcessLink.CallMutexType ​
Defines the type of mutex used for interprocess function calls.
Kind: Enum
Namespace: ConnectorLib.Inject
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
CallMutexType
None
No mutex is used.
CallMutexType
Process
A mutex is used for the entire process.
CallMutexType
Module
A mutex is used for each process module.
CallMutexType
FunctionName
A mutex is used for a specific function name. Overloads with the same name will be treated as a single mutex.
CallMutexType
FunctionPointer
A mutex is used for a specific function pointer.
Enums
ProcessLink.CallMutexType
[None = 0, Process = 1, Module = 2, FunctionName = 3, FunctionPointer = 4]Defines the type of mutex used for interprocess function calls.
