MonobjcMonobjc Documented Class Library
NSWindowSharingType Enumeration
NamespacesMonobjc.AppKitNSWindowSharingType

The following constants and the related data type represent the access levels other processes can have to a window’s content.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWindowSharingType
Public Enumeration NSWindowSharingType
public enum class NSWindowSharingType
Members
MemberDescription
NSWindowSharingNone

The window’s contents cannot be read by another process.

Available in Mac OS X v10.5 and later.


NSWindowSharingReadOnly

The window’s contents can be read but not modified by another process.

Available in Mac OS X v10.5 and later.


NSWindowSharingReadWrite

The window’s contents can be read and modified by another process.

Available in Mac OS X v10.5 and later.


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

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