Share via


CFMutableString Class

Definition

public class CFMutableString : CoreFoundation.CFString
type CFMutableString = class
    inherit CFString
Inheritance

Constructors

Name Description
CFMutableString(CFString, IntPtr)

Create a new CFMutableString with a copy of the specified CFString and maximum length.

CFMutableString(String, IntPtr)

Create a new CFMutableString with the specified managed string and maximum length.

Properties

Name Description
Handle (Inherited from DisposableObject)
Item[IntPtr] (Inherited from CFString)
Length

String length.

(Inherited from CFString)
Owns (Inherited from DisposableObject)

Methods

Name Description
Append(String)
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
ToString() (Inherited from CFString)
Transform(CFRange, CFString, Boolean)
Transform(CFRange, CFStringTransform, Boolean)
Transform(CFRange, NSString, Boolean)
Transform(CFRange, String, Boolean)
Transform(CFString, Boolean)
Transform(CFStringTransform, Boolean)
Transform(NSString, Boolean)
Transform(String, Boolean)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to