C# Class Swicli.Library.ReflectedConstructorInfo

Inheritance: ReflectedMethodInfo
Show file Open project: swi-to-yap/swicli Class Usage Examples

Public Methods

Method Description
ReflectedConstructorInfo ( ) : System.IO

Protected Methods

Method Description
BuildCodeSignature ( ) : string
GetParameterizedName ( ) : string

Method Details

BuildCodeSignature() protected method

protected BuildCodeSignature ( ) : string
return string

GetParameterizedName() protected method

protected GetParameterizedName ( ) : string
return string

ReflectedConstructorInfo() public method

public ReflectedConstructorInfo ( ) : System.IO
return System.IO