C# 클래스 Compiler.X86.GenericRegister16

상속: Compiler.Framework.RegisterBase
파일 보기 프로젝트 열기: kthompson/csharpos

공개 메소드들

메소드 설명
CanStore ( TypeReference type ) : bool
GenericRegister16 ( string name ) : System
GenericRegister16 ( string name, string high, string low ) : System

메소드 상세

CanStore() 공개 메소드

public CanStore ( TypeReference type ) : bool
type Mono.Cecil.TypeReference
리턴 bool

GenericRegister16() 공개 메소드

public GenericRegister16 ( string name ) : System
name string
리턴 System

GenericRegister16() 공개 메소드

public GenericRegister16 ( string name, string high, string low ) : System
name string
high string
low string
리턴 System