CFMutableString Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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