Share via


NSPasteboardNameExtensions Class

Definition

Extension methods for the NSPasteboardName enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class NSPasteboardNameExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type NSPasteboardNameExtensions = class
Inheritance
NSPasteboardNameExtensions
Attributes

Methods

Name Description
GetConstant(NSPasteboardName)

Retrieves the NSString constant that describes self.

GetNullableValue(NativeHandle)

Retrieves the NSPasteboardName value represented by the backing field value in handle.

GetValue(NativeHandle)

Retrieves the NSPasteboardName value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the NSPasteboardName value named by constant.

Applies to