C# Class Scorpio.ScorpioReflect.GenerateScorpioType

Mostrar archivo Open project: qingfeng346/Scorpio-CSharp

Public Properties

Property Type Description
ClassName string
Namespace string

Public Methods

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

Method Details

AddType() public method

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

CreateObject() public method

public CreateObject ( ) : 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