C# Class SkillLevelConfigAdapter.Adaptor, home3

Inheritance: SkillLevelConfig, CrossBindingAdaptorType
ファイルを表示 Open project: shineTeam7/home3

Public Methods

Method Description
Adaptor ( ) : System,
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
ToString ( ) : string
clear ( ) : void

Protected Methods

Method Description
afterReadConfig ( ) : void
generateRefresh ( ) : void
toReadBytesSimple ( BytesReadStream stream ) : void
toWriteBytesSimple ( BytesWriteStream stream ) : void

Method Details

Adaptor() public method

public Adaptor ( ) : System,
return System,

Adaptor() public method

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

ToString() public method

public ToString ( ) : string
return string

afterReadConfig() protected method

protected afterReadConfig ( ) : void
return void

clear() public method

public clear ( ) : void
return void

generateRefresh() protected method

protected generateRefresh ( ) : void
return void

toReadBytesSimple() protected method

protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
return void

toWriteBytesSimple() protected method

protected toWriteBytesSimple ( BytesWriteStream stream ) : void
stream BytesWriteStream
return void