C# Class Org.Mozilla.Classfile.FieldOrMethodRef

显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetClassName ( ) : string
GetHashCode ( ) : int
GetName ( ) : string
GetType ( ) : string

Private Methods

Method Description
FieldOrMethodRef ( string className, string name, string type ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetClassName() public method

public GetClassName ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string

GetType() public method

public GetType ( ) : string
return string