C# Class TestRunner.PositiveTestCase.VerificationData.MethodData

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
Checked bool
ILSize int
MethodName string
Type string

Méthodes publiques

Méthode Description
MethodData ( MethodBase mi, int il_size ) : System
MethodData ( string type_name, string method_name, int il_size ) : System

Method Details

MethodData() public méthode

public MethodData ( MethodBase mi, int il_size ) : System
mi System.Reflection.MethodBase
il_size int
Résultat System

MethodData() public méthode

public MethodData ( string type_name, string method_name, int il_size ) : System
type_name string
method_name string
il_size int
Résultat System

Property Details

Checked public_oe property

public bool Checked
Résultat bool

ILSize public_oe property

public int ILSize
Résultat int

MethodName public_oe property

public string MethodName
Résultat string

Type public_oe property

public string Type
Résultat string