C# Class TriAxis.RunSharp.Operands.NewObject

Inheritance: Operand
Afficher le fichier Open project: AqlaSolutions/runsharp

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
NewObject ( ApplicableFunction ctor, Operand args ) : System

Méthodes protégées

Méthode Description
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Method Details

EmitGet() protected méthode

protected EmitGet ( CodeGen g ) : void
g CodeGen
Résultat void

GetReturnType() public méthode

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Résultat IKVM.Reflection.Type

NewObject() public méthode

public NewObject ( ApplicableFunction ctor, Operand args ) : System
ctor ApplicableFunction
args Operand
Résultat System

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void