C# Class TestRunner.PositiveTestCase.VerificationData.MethodData

Inheritance: System.MarshalByRefObject
Mostrar archivo Open project: kumpera/mono

Public Properties

Property Type Description
Checked bool
ILSize int
MethodName string
Type string

Public Methods

Method Description
MethodData ( MethodBase mi, int il_size ) : System
MethodData ( string type_name, string method_name, int il_size ) : System

Method Details

MethodData() public method

public MethodData ( MethodBase mi, int il_size ) : System
mi System.Reflection.MethodBase
il_size int
return System

MethodData() public method

public MethodData ( string type_name, string method_name, int il_size ) : System
type_name string
method_name string
il_size int
return System

Property Details

Checked public_oe property

public bool Checked
return bool

ILSize public_oe property

public int ILSize
return int

MethodName public_oe property

public string MethodName
return string

Type public_oe property

public string Type
return string