NSWorkspace.IconForFileType Method

Definition

Overloads

IconForFileType(HfsTypeCode)

public virtual AppKit.NSImage IconForFileType(AppKit.HfsTypeCode typeCode);
abstract member IconForFileType : AppKit.HfsTypeCode -> AppKit.NSImage
override this.IconForFileType : AppKit.HfsTypeCode -> AppKit.NSImage

Parameters

typeCode
HfsTypeCode

Returns

Applies to

IconForFileType(String)

public virtual AppKit.NSImage IconForFileType(string fileType);
abstract member IconForFileType : string -> AppKit.NSImage
override this.IconForFileType : string -> AppKit.NSImage

Parameters

fileType
String

Returns

Applies to