C# 클래스 Compiler.Framework.RegisterBase

상속: IRegister
파일 보기 프로젝트 열기: kthompson/csharpos

공개 메소드들

메소드 설명
CanStore ( TypeReference type ) : bool

보호된 메소드들

메소드 설명
RegisterBase ( string name, int size ) : System
RegisterBase ( string name, int size, IRegister high, IRegister low ) : System

메소드 상세

CanStore() 공개 추상적인 메소드

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

RegisterBase() 보호된 메소드

protected RegisterBase ( string name, int size ) : System
name string
size int
리턴 System

RegisterBase() 보호된 메소드

protected RegisterBase ( string name, int size, IRegister high, IRegister low ) : System
name string
size int
high IRegister
low IRegister
리턴 System