MonobjcMonobjc Documented Class Library
WindowNumbersWithOptions Method (options)
NamespacesMonobjc.AppKitNSWindowWindowNumbersWithOptions(NSWindowNumberListOptions)

Returns the window numbers for all visible windows satisfying the specified options.

Original signature is '+ (NSArray *)windowNumbersWithOptions:(NSWindowNumberListOptions)options'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray WindowNumbersWithOptions(
	NSWindowNumberListOptions options
)
Public Shared Function WindowNumbersWithOptions ( _
	options As NSWindowNumberListOptions _
) As NSArray
public:
static NSArray^ WindowNumbersWithOptions(
	NSWindowNumberListOptions options
)
Parameters
options (NSWindowNumberListOptions)
The possible options are specified in “NSWindowNumberListOptions”.
Return Value
An array of window numbers for all visible windows satisfying the specified options.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)