C# 클래스 GtkSharp.Generation.GenBase

파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
CallByName ( string var ) : string
FromNative ( string var ) : string
FromNativeReturn ( string var ) : string
Generate ( ) : void
Generate ( GtkSharp.Generation.GenerationInfo geninfo ) : void
ToNativeReturn ( string var ) : string
Validate ( ) : bool

보호된 메소드들

메소드 설명
AppendCustom ( StreamWriter sw, string custom_dir ) : void
GenBase ( XmlElement ns, XmlElement elem ) : System

메소드 상세

AppendCustom() 보호된 메소드

protected AppendCustom ( StreamWriter sw, string custom_dir ) : void
sw System.IO.StreamWriter
custom_dir string
리턴 void

CallByName() 공개 추상적인 메소드

public abstract CallByName ( string var ) : string
var string
리턴 string

FromNative() 공개 추상적인 메소드

public abstract FromNative ( string var ) : string
var string
리턴 string

FromNativeReturn() 공개 메소드

public FromNativeReturn ( string var ) : string
var string
리턴 string

GenBase() 보호된 메소드

protected GenBase ( XmlElement ns, XmlElement elem ) : System
ns System.Xml.XmlElement
elem System.Xml.XmlElement
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

Generate() 공개 추상적인 메소드

public abstract Generate ( GtkSharp.Generation.GenerationInfo geninfo ) : void
geninfo GtkSharp.Generation.GenerationInfo
리턴 void

ToNativeReturn() 공개 메소드

public ToNativeReturn ( string var ) : string
var string
리턴 string

Validate() 공개 추상적인 메소드

public abstract Validate ( ) : bool
리턴 bool