C# 클래스 FlatRedBall.Glue.Parsing.CodeParser

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
GetIndexAfterFlatRedBallInitialize ( string contents ) : int
InheritsFrom ( string fileName, string baseClass ) : bool
InheritsFrom ( string fileName, string baseClass, string nameToMatch ) : bool
IsEntity ( string fileName ) : bool
IsScreen ( string fileName ) : bool
ParseObjectValue ( object objectToParse ) : string

메소드 상세

GetIndexAfterFlatRedBallInitialize() 공개 정적인 메소드

public static GetIndexAfterFlatRedBallInitialize ( string contents ) : int
contents string
리턴 int

InheritsFrom() 공개 정적인 메소드

public static InheritsFrom ( string fileName, string baseClass ) : bool
fileName string
baseClass string
리턴 bool

InheritsFrom() 공개 정적인 메소드

public static InheritsFrom ( string fileName, string baseClass, string nameToMatch ) : bool
fileName string
baseClass string
nameToMatch string
리턴 bool

IsEntity() 공개 정적인 메소드

public static IsEntity ( string fileName ) : bool
fileName string
리턴 bool

IsScreen() 공개 정적인 메소드

public static IsScreen ( string fileName ) : bool
fileName string
리턴 bool

ParseObjectValue() 공개 정적인 메소드

public static ParseObjectValue ( object objectToParse ) : string
objectToParse object
리턴 string