MonobjcMonobjc Documented Class Library
NSDataSearchOptions Enumeration
NamespacesMonobjc.FoundationNSDataSearchOptions

Options for method used to search NSData objects. These options are used with the rangeOfData:options:range: method.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSDataSearchOptions
Public Enumeration NSDataSearchOptions
public enum class NSDataSearchOptions
Members
MemberDescription
NSDataSearchBackwards

Search from the end of NSData object.

Available in Mac OS X v10.6 and later.


NSDataSearchAnchored

Search is limited to start (or end, if NSDataSearchBackwards) of NSData object.

This option performs searching only on bytes at the beginning or end of the range. No match at the beginning or end means nothing is found, even if a matching sequence of bytes occurs elsewhere in the data object.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)