C# 클래스 GtkSharp.Generation.Method

상속: GtkSharp.Generation.MethodBase
파일 보기 프로젝트 열기: mono/gio-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GenerateDeclCommon void
GenerateDeclCommon void
GetComplement Method

공개 메소드들

메소드 설명
Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
GenerateBody ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor, string indent ) : void
GenerateDecl ( StreamWriter sw ) : void
GenerateDecl ( StreamWriter sw, bool is_interface ) : void
GenerateImport ( StreamWriter sw ) : void
Method ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
Validate ( ) : bool

비공개 메소드들

메소드 설명
GenerateDeclCommon ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor ) : void
GenerateDeclCommon ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor, bool is_interface ) : void
GetComplement ( ) : Method

메소드 상세

Generate() 공개 메소드

public Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
gen_info GtkSharp.Generation.GenerationInfo
implementor GtkSharp.Generation.ClassBase
리턴 void

GenerateBody() 공개 메소드

public GenerateBody ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor, string indent ) : void
gen_info GtkSharp.Generation.GenerationInfo
implementor GtkSharp.Generation.ClassBase
indent string
리턴 void

GenerateDecl() 공개 메소드

public GenerateDecl ( StreamWriter sw ) : void
sw System.IO.StreamWriter
리턴 void

GenerateDecl() 공개 메소드

public GenerateDecl ( StreamWriter sw, bool is_interface ) : void
sw System.IO.StreamWriter
is_interface bool
리턴 void

GenerateImport() 공개 메소드

public GenerateImport ( StreamWriter sw ) : void
sw System.IO.StreamWriter
리턴 void

Method() 공개 메소드

public Method ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
elem System.Xml.XmlElement
container_type GtkSharp.Generation.ClassBase
리턴 System

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool