C# Класс GSF.IO.Unmanaged.BlockArguments

A set of fields that are passed to a BinaryStreamIoSessionBase.GetBlock method to get results.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
FirstPointer System.IntPtr
FirstPosition long
IsWriting bool
Length int
Position long
SupportsWriting bool

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

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

the pointer for the first byte of the block
public IntPtr,System FirstPointer
Результат System.IntPtr

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

the position that corresponds to FirstPointer
public long FirstPosition
Результат long

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

indicates if the stream plans to write to this block
public bool IsWriting
Результат bool

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

the length of the block
public int Length
Результат int

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

the block returned must contain this position
public long Position
Результат long

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

notifies the calling class if this block supports writing without requiring this function to be called again if IsWriting was set to false.
public bool SupportsWriting
Результат bool