C# Class OpenCover.Framework.Communication.MSG_AllocateBuffer_Request

Mostrar archivo Open project: OpenCover/opencover

Public Properties

Property Type Description
bufferSize int
type MSG_Type
version_high uint
version_low uint

Property Details

bufferSize public_oe property

The buffer size
public int bufferSize
return int

type public_oe property

The type of message
public MSG_Type type
return MSG_Type

version_high public_oe property

The major.minor version parts of the attaching profiler
public uint version_high
return uint

version_low public_oe property

The build.revision version parts of the attaching profiler
public uint version_low
return uint