MonoMac.Foundation.NSMutableData Members

The members of MonoMac.Foundation.NSMutableData are listed below.

See Also: Inherited members from MonoMac.Foundation.NSData

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[write-only]
default property
override
Item(int)byte. Documentation for this section has not yet been entered.
override
Lengthuint. Documentation for this section has not yet been entered.
[read-only]
MutableBytesIntPtr. Documentation for this section has not yet been entered.

Public Methods

AppendBytes(byte[])
Documentation for this section has not yet been entered.
AppendBytes(IntPtr, uint)
Documentation for this section has not yet been entered.
AppendBytes(byte[], int, int)
Documentation for this section has not yet been entered.
AppendData(NSData)
Documentation for this section has not yet been entered.
static
Create() : NSMutableData
Documentation for this section has not yet been entered.
static
FromCapacity(int) : NSMutableData
Documentation for this section has not yet been entered.
static
FromLength(int) : NSMutableData
Documentation for this section has not yet been entered.
SetData(NSData)
Documentation for this section has not yet been entered.
SetLength(uint)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable<byte>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.