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

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

공개 메소드들

메소드 설명
Process ( Method method ) : void

Processes the specified method.

SizeOf ( Register result, TypeReference typeReference ) : System

Initializes a new instance of the SizeOf class.

ToString ( ) : string

Toes the string.

메소드 상세

Process() 공개 메소드

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

SizeOf() 공개 메소드

Initializes a new instance of the SizeOf class.
public SizeOf ( Register result, TypeReference typeReference ) : System
result Register The result.
typeReference Mono.Cecil.TypeReference The type reference.
리턴 System

ToString() 공개 메소드

Toes the string.
public ToString ( ) : string
리턴 string