Struct MessageHeader
Message header used to send commands to the .NET Core runtime through IPC.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AltV.Net.Host.Diagnostics.Eventing
Assembly: AltV.Net.Host.dll
Syntax
public struct MessageHeader
Fields
| Improve this Doc View SourcePid
Remote process Id.
Declaration
public uint Pid
Field Value
Type | Description |
---|---|
System.UInt32 |
RequestType
Request type.
Declaration
public DiagnosticsMessageType RequestType
Field Value
Type | Description |
---|---|
DiagnosticsMessageType |