NSSharingService Constructors

Definition

Overloads

NSSharingService()
NSSharingService(NSObjectFlag)
NSSharingService(IntPtr)
NSSharingService(String, NSImage, NSImage, NSSharingServiceHandler)

NSSharingService()

[Foundation.Export("init")]
public NSSharingService ();
Attributes

Applies to

NSSharingService(NSObjectFlag)

protected NSSharingService (Foundation.NSObjectFlag t);
new AppKit.NSSharingService : Foundation.NSObjectFlag -> AppKit.NSSharingService

Parameters

Applies to

NSSharingService(IntPtr)

protected internal NSSharingService (IntPtr handle);
new AppKit.NSSharingService : nativeint -> AppKit.NSSharingService

Parameters

handle
IntPtr

nativeint

Applies to

NSSharingService(String, NSImage, NSImage, NSSharingServiceHandler)

[Foundation.Export("initWithTitle:image:alternateImage:handler:")]
[ObjCRuntime.DesignatedInitializer]
public NSSharingService (string title, AppKit.NSImage image, AppKit.NSImage alternateImage, AppKit.NSSharingServiceHandler handler);
new AppKit.NSSharingService : string * AppKit.NSImage * AppKit.NSImage * AppKit.NSSharingServiceHandler -> AppKit.NSSharingService

Parameters

title
String
image
NSImage
alternateImage
NSImage
Attributes

Applies to