C# 클래스 FlatRedBall.Glue.SaveClasses.GlueProjectSaveExtensions

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string fileName ) : GlueProjectSave
Save ( this glueProjectSave, string tag, string fileName, Exception &lastException ) : bool
Save ( this glueprojectsave, string tag, string fileName ) : void
TestSave ( this glueProjectSave, string tag ) : void

비공개 메소드들

메소드 설명
Clone ( this obj ) : GlueProjectSave
ConvertToPartial ( this glueProjectSave, string tag ) : GlueProjectSave
ConvertToPartialName ( this fileName, string tag ) : string
MarkTags ( this origSave, string tag ) : GlueProjectSave
Merge ( this origSave, GlueProjectSave newSave ) : void
SaveToFile ( this glueProjectSave, string fileName, string tag ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string fileName ) : GlueProjectSave
fileName string
리턴 GlueProjectSave

Save() 공개 정적인 메소드

public static Save ( this glueProjectSave, string tag, string fileName, Exception &lastException ) : bool
glueProjectSave this
tag string
fileName string
lastException System.Exception
리턴 bool

Save() 공개 정적인 메소드

public static Save ( this glueprojectsave, string tag, string fileName ) : void
glueprojectsave this
tag string
fileName string
리턴 void

TestSave() 공개 정적인 메소드

public static TestSave ( this glueProjectSave, string tag ) : void
glueProjectSave this
tag string
리턴 void