C# 클래스 SkillLevelConfigAdapter.Adaptor, home3

상속: SkillLevelConfig, CrossBindingAdaptorType
파일 보기 프로젝트 열기: shineTeam7/home3

공개 메소드들

메소드 설명
Adaptor ( ) : System,
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
ToString ( ) : string
clear ( ) : void

보호된 메소드들

메소드 설명
afterReadConfig ( ) : void
generateRefresh ( ) : void
toReadBytesSimple ( BytesReadStream stream ) : void
toWriteBytesSimple ( BytesWriteStream stream ) : void

메소드 상세

Adaptor() 공개 메소드

public Adaptor ( ) : System,
리턴 System,

Adaptor() 공개 메소드

public Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
appdomain ILRuntime.Runtime.Enviorment.AppDomain
instance ILTypeInstance
리턴 System,

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

afterReadConfig() 보호된 메소드

protected afterReadConfig ( ) : void
리턴 void

clear() 공개 메소드

public clear ( ) : void
리턴 void

generateRefresh() 보호된 메소드

protected generateRefresh ( ) : void
리턴 void

toReadBytesSimple() 보호된 메소드

protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
리턴 void

toWriteBytesSimple() 보호된 메소드

protected toWriteBytesSimple ( BytesWriteStream stream ) : void
stream BytesWriteStream
리턴 void