C# 클래스 TriAxis.RunSharp.BranchSet

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

공개 프로퍼티들

프로퍼티 타입 설명
BrTrue OpCode
Inverse BranchSet
Normal BranchSet

공개 메소드들

메소드 설명
Get ( BranchInstruction ins, bool unsigned ) : OpCode
GetInverted ( ) : BranchSet

비공개 메소드들

메소드 설명
BranchSet ( OpCode brTrue, OpCode brFalse, OpCode brEq, OpCode brNe, OpCode brLt, OpCode brLtUn, OpCode brGt, OpCode brGtUn, OpCode brLe, OpCode brLeUn, OpCode brGe, OpCode brGeUn ) : System

메소드 상세

Get() 공개 메소드

public Get ( BranchInstruction ins, bool unsigned ) : OpCode
ins BranchInstruction
unsigned bool
리턴 OpCode

GetInverted() 공개 메소드

public GetInverted ( ) : BranchSet
리턴 BranchSet

프로퍼티 상세

BrTrue 공개적으로 프로퍼티

public OpCode BrTrue
리턴 OpCode

Inverse 공개적으로 정적으로 프로퍼티

public static BranchSet,TriAxis.RunSharp Inverse
리턴 BranchSet

Normal 공개적으로 정적으로 프로퍼티

public static BranchSet,TriAxis.RunSharp Normal
리턴 BranchSet