Share via


SKIndex Class

Definition

public class SKIndex : ObjCRuntime.DisposableObject
type SKIndex = class
    inherit DisposableObject
Inheritance

Properties

Name Description
AnalysisProperties
DocumentCount
Handle (Inherited from DisposableObject)
MaximumBytesBeforeFlush
MaximumDocumentID
MaximumTermID
Owns (Inherited from DisposableObject)

Methods

Name Description
AddDocument(SKDocument, String, Boolean)
AddDocumentWithText(SKDocument, String, Boolean)
ClearHandle() (Inherited from DisposableObject)
Close()
Compact()
CreateWithMutableData(NSMutableData, String, SKIndexType, SKTextAnalysis)
CreateWithUrl(NSUrl, String, SKIndexType, SKTextAnalysis)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean)
Equals(Object) (Inherited from DisposableObject)
Flush()
FromData(NSData, String)
FromMutableData(NSMutableData, String)
FromUrl(NSUrl, String, Boolean)
GetCheckedHandle() (Inherited from DisposableObject)
GetDocument(IntPtr)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
LoadDefaultExtractorPlugIns()
MoveDocument(SKDocument, SKDocument)
RemoveDocument(SKDocument)
RenameDocument(SKDocument, String)
Search(String, SKSearchOptions)
SetDocumentProperties(SKDocument, NSDictionary)

Extension Methods

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

Applies to