C# 클래스 Auto.Client.TestDerived11Class

파일 보기 프로젝트 열기: fingerpasswang/Phial.Fantasy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
derived11Id System.Int32

공개 메소드들

메소드 설명
Read ( BinaryReader br ) : TestDerived11Class
ReadImpl ( BinaryReader br ) : TestDerived11Class
ToString ( ) : string
Write ( BinaryWriter bw ) : void

메소드 상세

Read() 공개 메소드

public Read ( BinaryReader br ) : TestDerived11Class
br System.IO.BinaryReader
리턴 TestDerived11Class

ReadImpl() 공개 메소드

public ReadImpl ( BinaryReader br ) : TestDerived11Class
br System.IO.BinaryReader
리턴 TestDerived11Class

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

프로퍼티 상세

derived11Id 공개적으로 프로퍼티

public Int32,System derived11Id
리턴 System.Int32