C# 클래스 SharpOS.AOT.IR.Instructions.Ldftn

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

보호된 프로퍼티들

프로퍼티 타입 설명
method Method

공개 메소드들

메소드 설명
Ldftn ( Register result, Method value ) : System

Initializes a new instance of the Ldftn class.

Process ( Method method ) : void

Processes the specified method.

메소드 상세

Ldftn() 공개 메소드

Initializes a new instance of the Ldftn class.
public Ldftn ( Register result, Method value ) : System
result Register The result.
value Method The value.
리턴 System

Process() 공개 메소드

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
리턴 void

프로퍼티 상세

method 보호되어 있는 프로퍼티

protected Method method
리턴 Method