C# Class SharpOS.AOT.IR.Instructions.SizeOf

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
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.

Method Details

Process() public method

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

SizeOf() public method

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.
return System

ToString() public method

Toes the string.
public ToString ( ) : string
return string