 | MessageGetObjectT Method |
Returns the object containing the data of this Message.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
SyntaxPublic Function GetObject(Of T) As T
Type Parameters
- T
-
The type of the returned object.
Return Value
Type:
T
Returns the object containing the data of this
Message.
Exceptions
RemarksWarning: to reduce memory consumption, this method returns a
reference to (not a copy of) the mutable object stored in
this message. If the returned object is later modified, the message
object will be modified.
See Also