C# 클래스 SharpOS.AOT.X86.ByteDataInstruction

상속: DataInstruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
ByteDataInstruction ( byte value ) : System

Initializes a new instance of the ByteDataInstruction class.

ByteDataInstruction ( string values ) : System

Initializes a new instance of the ByteDataInstruction class.

Encode ( bool bits32, BinaryWriter binaryWriter ) : bool

메소드 상세

ByteDataInstruction() 공개 메소드

Initializes a new instance of the ByteDataInstruction class.
public ByteDataInstruction ( byte value ) : System
value byte The value.
리턴 System

ByteDataInstruction() 공개 메소드

Initializes a new instance of the ByteDataInstruction class.
public ByteDataInstruction ( string values ) : System
values string The values.
리턴 System

Encode() 공개 메소드

public Encode ( bool bits32, BinaryWriter binaryWriter ) : bool
bits32 bool
binaryWriter System.IO.BinaryWriter
리턴 bool