Share via


NWTxtRecord Class

Definition

public class NWTxtRecord : CoreFoundation.NativeObject
type NWTxtRecord = class
    inherit NativeObject
Inheritance

Properties

Name Description
Handle (Inherited from DisposableObject)
IsDictionary
KeyCount
Owns (Inherited from DisposableObject)

Methods

Name Description
Add(String, ReadOnlySpan<Byte>)
Add(String, String)
Add(String)
Apply(NWTxtRecord+NWTxtRecordApplyDelegate)
ClearHandle() (Inherited from DisposableObject)
Clone()
CreateDictionary()
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(NWTxtRecord)
Equals(Object) (Inherited from DisposableObject)
FindKey(String)
FromBytes(ReadOnlySpan<Byte>)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
GetRawBytes(NWTxtRecord+NWTxtRecordGetRawByteDelegate)
GetValue(String, NWTxtRecord+NWTxtRecordGetValueDelegete)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Remove(String)
Retain() (Inherited from NativeObject)

Extension Methods

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

Applies to