C# Class Invert.Core.GraphDesigner.GenerateMethod

Inheritance: GenerateMember
显示文件 Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
GenerateMethod ( ) : System.CodeDom
GenerateMethod ( TemplateLocation location ) : System.CodeDom
GenerateMethod ( TemplateLocation location, bool callBase ) : System.CodeDom
GenerateMethod ( string nameFormat, TemplateLocation location, bool callBase ) : System.CodeDom
Modify ( object templateInstance, MemberInfo info, TemplateContext ctx ) : void

Method Details

GenerateMethod() public method

public GenerateMethod ( ) : System.CodeDom
return System.CodeDom

GenerateMethod() public method

public GenerateMethod ( TemplateLocation location ) : System.CodeDom
location TemplateLocation
return System.CodeDom

GenerateMethod() public method

public GenerateMethod ( TemplateLocation location, bool callBase ) : System.CodeDom
location TemplateLocation
callBase bool
return System.CodeDom

GenerateMethod() public method

public GenerateMethod ( string nameFormat, TemplateLocation location, bool callBase ) : System.CodeDom
nameFormat string
location TemplateLocation
callBase bool
return System.CodeDom

Modify() public method

public Modify ( object templateInstance, MemberInfo info, TemplateContext ctx ) : void
templateInstance object
info System.Reflection.MemberInfo
ctx TemplateContext
return void