C# Class UTCore.ClassItem

ファイルを表示 Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetMethodCollection ( ) : MethodCollection

Method Details

ClassItem() public method

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

Create() public method

public Create ( ) : object
return object

LoadMethods() public method

public LoadMethods ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string