Méthode | Description | |
---|---|---|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
HeaderCell ( IHeaderFrame parent, byte character ) : System |
Creates a new HeaderCell from specified parameters.
|
Méthode | Description | |
---|---|---|
HeaderCell ( |
Creates a new HeaderCell from serialization parameters.
|
|
ParseBodyImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary body image.
|
Méthode | Description | |
---|---|---|
CreateNewCell ( IChannelFrame parent, IChannelFrameParsingState |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
Résultat | void |
public HeaderCell ( IHeaderFrame parent, byte character ) : System | ||
parent | IHeaderFrame | A reference to the parent |
character | byte | ASCII character as a |
Résultat | System |
protected HeaderCell ( |
||
info | The |
|
context | The source |
|
Résultat | System |
protected ParseBodyImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to parse. |
startIndex | int | Start index into |
length | int | Length of valid data within |
Résultat | int |