NSPathCell Constructors

Definition

Overloads

NSPathCell()
NSPathCell(NSImage)
NSPathCell(NSCoder)
NSPathCell(NSObjectFlag)
NSPathCell(IntPtr)
NSPathCell(String)

NSPathCell()

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

Applies to

NSPathCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSPathCell (AppKit.NSImage image);
new AppKit.NSPathCell : AppKit.NSImage -> AppKit.NSPathCell

Parameters

image
NSImage
Attributes

Applies to

NSPathCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPathCell (Foundation.NSCoder coder);
new AppKit.NSPathCell : Foundation.NSCoder -> AppKit.NSPathCell

Parameters

coder
NSCoder
Attributes

Applies to

NSPathCell(NSObjectFlag)

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

Parameters

Applies to

NSPathCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSPathCell(String)

[Foundation.Export("initTextCell:")]
public NSPathCell (string aString);
new AppKit.NSPathCell : string -> AppKit.NSPathCell

Parameters

aString
String
Attributes

Applies to