C# 클래스 AoMEngineLibrary.Graphics.Prt.PrtFile

파일 보기 프로젝트 열기: Ryder25/Age-of-Mythology 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeserializeAsXml ( Stream stream ) : PrtFile
PrtFile ( ) : System
PrtFile ( Stream stream ) : System
SerializeAsXml ( Stream stream ) : void
Write ( Stream stream ) : void

메소드 상세

DeserializeAsXml() 공개 정적인 메소드

public static DeserializeAsXml ( Stream stream ) : PrtFile
stream Stream
리턴 PrtFile

PrtFile() 공개 메소드

public PrtFile ( ) : System
리턴 System

PrtFile() 공개 메소드

public PrtFile ( Stream stream ) : System
stream Stream
리턴 System

SerializeAsXml() 공개 메소드

public SerializeAsXml ( Stream stream ) : void
stream Stream
리턴 void

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void