Share via


NSWorkspace.GetInfo(String, String, String) Method

Definition

[Foundation.Export("getInfoForFile:application:type:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual bool GetInfo(string fullPath, out string appName, out string fileType);
[<Foundation.Export("getInfoForFile:application:type:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member GetInfo : string * string * string -> bool
override this.GetInfo : string * string * string -> bool

Parameters

fullPath
String
appName
String
fileType
String

Returns

Attributes

Applies to