MonoMac.CoreFoundation.CFString Members

The members of MonoMac.CoreFoundation.CFString are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Creates a CFString from a C# string.

Public Properties

[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
default property
Item(int)char. Get character at a given position.
[read-only]
Lengthint. String length.

Public Methods

Dispose()
Releases the resourced used by the CFString object.
Dispose(bool)
Releases the resourced used by the CFString object.
Finalize()
Finalizer for the CFString object
static
GetTypeID() : int
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Conversion to System.String(Implicit)Documentation for this section has not yet been entered.
static
Conversion to MonoMac.CoreFoundation.CFString(Implicit)Documentation for this section has not yet been entered.