C# Class UTCore.ClassItem

Afficher le fichier Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Méthodes publiques

Méthode Description
ClassItem ( Assembly assembly, string namespaceName, string className, Type type ) : System
Create ( ) : object
LoadMethods ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
GetMethodCollection ( ) : MethodCollection

Method Details

ClassItem() public méthode

public ClassItem ( Assembly assembly, string namespaceName, string className, Type type ) : System
assembly System.Reflection.Assembly
namespaceName string
className string
type System.Type
Résultat System

Create() public méthode

public Create ( ) : object
Résultat object

LoadMethods() public méthode

public LoadMethods ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string