CFMutableString Constructors

Definition

Overloads

CFMutableString(IntPtr)
CFMutableString(CFString, nint)
CFMutableString(IntPtr, Boolean)
CFMutableString(String, nint)

CFMutableString(IntPtr)

protected CFMutableString (IntPtr handle);
new CoreFoundation.CFMutableString : nativeint -> CoreFoundation.CFMutableString

Parameters

handle
IntPtr

nativeint

Applies to

CFMutableString(CFString, nint)

public CFMutableString (CoreFoundation.CFString theString, nint maxLength = null);
new CoreFoundation.CFMutableString : CoreFoundation.CFString * nint -> CoreFoundation.CFMutableString

Parameters

theString
CFString
maxLength
System.System.IntPtr System.nativeint

Applies to

CFMutableString(IntPtr, Boolean)

[Foundation.Preserve(Conditional=true)]
protected CFMutableString (IntPtr handle, bool owns);
new CoreFoundation.CFMutableString : nativeint * bool -> CoreFoundation.CFMutableString

Parameters

handle
IntPtr

nativeint

owns
Boolean
Attributes

Applies to

CFMutableString(String, nint)

public CFMutableString (string string = "", nint maxLength = null);
new CoreFoundation.CFMutableString : string * nint -> CoreFoundation.CFMutableString

Parameters

string
String
maxLength
System.System.IntPtr System.nativeint

Applies to