C# 클래스 OpenCover.Framework.Communication.MSG_AllocateBuffer_Response

파일 보기 프로젝트 열기: OpenCover/opencover 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bufferId uint
reason MSG_AllocateBufferFailure

프로퍼티 상세

bufferId 공개적으로 프로퍼티

The id assigned to the buffer
public uint bufferId
리턴 uint

reason 공개적으로 프로퍼티

If allocated == false, a reason for a buffer allocation failure if available
public MSG_AllocateBufferFailure reason
리턴 MSG_AllocateBufferFailure