MessageBuffer Class |
Note: This API is now obsolete.
Namespace: SampSharp.Core.Communication
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")] public class MessageBuffer
The MessageBuffer type exposes the following members.
Name | Description | |
---|---|---|
MessageBuffer | Initializes a new instance of the MessageBuffer class |
Name | Description | |
---|---|---|
Clear |
Clears this instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Push(Byte) |
Pushes the specified value onto the buffer.
| |
Push(Byte, Int32, Int32) |
Pushes the specified value onto the buffer.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryPop |
Tries to pop a server command from the buffer.
|