C# 클래스 Invert.Core.GraphDesigner.CodeGenerator

상속: OutputGenerator
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
DoesTypeExist ( FileInfo fileInfo ) : bool
Initialize ( CodeFileGenerator codeFileGenerator ) : void
IsValid ( ) : bool
ProcessModifiers ( CodeTypeDeclaration declaration ) : void
TryAddNamespace ( string ns ) : void

메소드 상세

DoesTypeExist() 공개 메소드

public DoesTypeExist ( FileInfo fileInfo ) : bool
fileInfo System.IO.FileInfo
리턴 bool

Initialize() 공개 메소드

public Initialize ( CodeFileGenerator codeFileGenerator ) : void
codeFileGenerator CodeFileGenerator
리턴 void

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

ProcessModifiers() 공개 메소드

public ProcessModifiers ( CodeTypeDeclaration declaration ) : void
declaration System.CodeDom.CodeTypeDeclaration
리턴 void

TryAddNamespace() 공개 메소드

public TryAddNamespace ( string ns ) : void
ns string
리턴 void