C# Класс Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_PROCESSINFO

2.2.2.8 AUX_PERF_PROCESSINFO
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ProcessGuid byte[]
ProcessID short
ProcessName byte[]
ProcessNameOffset short
Reserved1 short
Reserved2 short

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

Метод Описание
Serialize ( ) : byte[]

Serializes AUX_PERF_PROCESSINFO to a byte array

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

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

Serializes AUX_PERF_PROCESSINFO to a byte array
public Serialize ( ) : byte[]
Результат byte[]

Описание свойств

ProcessGuid публичное свойство

ProcessGuid (16 bytes): GUID representing the client process to associate with the process identification number in field ProcessID.
public byte[] ProcessGuid
Результат byte[]

ProcessID публичное свойство

ProcessID (2 bytes): Client-assigned process identification number.
public short ProcessID
Результат short

ProcessName публичное свойство

ProcessName (variable): A null-terminated Unicode string that contains the client process name. This variable field is offset from the beginning of the AUX_HEADER structure by the ProcessNameOffset value.
public byte[] ProcessName
Результат byte[]

ProcessNameOffset публичное свойство

ProcessNameOffset (2 bytes): The offset from the beginning of the AUX_HEADER structure to the ProcessName field. A value of zero indicates that the ProcessName field is null or empty.
public short ProcessNameOffset
Результат short

Reserved1 публичное свойство

Reserved_1 (2 bytes): Padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public short Reserved1
Результат short

Reserved2 публичное свойство

Reserved_2 (2 bytes): Padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public short Reserved2
Результат short