CFMutableString Class
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.
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) | |