The NBMessage type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NBMessage |
The default constructor for an NBMessage.
|
![]() | NBMessage(NBMessage) |
A copy constructor for an NBMessage. An new NBMessage is constructed based on a deep copy of the existing message passed in.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Deletes the resources associated with the message.
|
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the NBMessage and optionally releases the managed resources |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | FinalizeMessage |
Performs finalizing processing on the message.
|
![]() | GetBuffer |
Gets a copy of the data buffer associated with (and owned by) the message object.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | ReadOnly |
Returns true if the message is read only.
|
![]() | RootElement |
Returns the RootNBElement of the message.
|
See Also