Méthode | Description | |
---|---|---|
Adaptor ( ) : System, | ||
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System, | ||
ToString ( ) : string | ||
clear ( ) : void | ||
getDataClassName ( ) : string | ||
initDefault ( ) : void | ||
initListData ( ) : void |
Méthode | Description | |
---|---|---|
afterRead ( ) : void | ||
beforeWrite ( ) : void | ||
toCopy ( BaseData, data ) : void | ||
toDataEquals ( BaseData, data ) : bool | ||
toReadBytesFull ( BytesReadStream stream ) : void | ||
toReadBytesSimple ( BytesReadStream stream ) : void | ||
toRelease ( DataPool, pool ) : void | ||
toShadowCopy ( BaseData, data ) : void | ||
toWriteBytesFull ( BytesWriteStream stream ) : void | ||
toWriteBytesSimple ( BytesWriteStream stream ) : void | ||
toWriteDataString ( DataWriter, writer ) : void |
public Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System, | ||
appdomain | ILRuntime.Runtime.Enviorment.AppDomain | |
instance | ILTypeInstance | |
Résultat | System, |
protected toDataEquals ( BaseData, data ) : bool | ||
data | BaseData, | |
Résultat | bool |
protected toReadBytesFull ( BytesReadStream stream ) : void | ||
stream | BytesReadStream | |
Résultat | void |
protected toReadBytesSimple ( BytesReadStream stream ) : void | ||
stream | BytesReadStream | |
Résultat | void |
protected toRelease ( DataPool, pool ) : void | ||
pool | DataPool, | |
Résultat | void |
protected toShadowCopy ( BaseData, data ) : void | ||
data | BaseData, | |
Résultat | void |
protected toWriteBytesFull ( BytesWriteStream stream ) : void | ||
stream | BytesWriteStream | |
Résultat | void |
protected toWriteBytesSimple ( BytesWriteStream stream ) : void | ||
stream | BytesWriteStream | |
Résultat | void |
protected toWriteDataString ( DataWriter, writer ) : void | ||
writer | DataWriter, | |
Résultat | void |