C# Class Scorpio.ScorpioReflect.GenerateScorpioDelegate

ファイルを表示 Open project: qingfeng346/Scorpio-CSharp

Public Properties

Property Type Description
ClassName string
Namespace string

Public Methods

Method Description
AddType ( Type type ) : void
CreateDelegate ( ) : string
Generate ( ) : string

Method Details

AddType() public method

public AddType ( Type type ) : void
type System.Type
return void

CreateDelegate() public method

public CreateDelegate ( ) : string
return string

Generate() public method

public Generate ( ) : string
return string

Property Details

ClassName public_oe property

public string ClassName
return string

Namespace public_oe property

public string Namespace
return string