LoadInPlaceResult(NSUrl, Boolean) Constructor

Definition

Constructs an instance of Foundation.LoadInPlaceResult

public LoadInPlaceResult (Foundation.NSUrl fileUrl, bool isInPlace);
new Foundation.LoadInPlaceResult : Foundation.NSUrl * bool -> Foundation.LoadInPlaceResult

Parameters

fileUrl
NSUrl

Result value from the async operation

isInPlace
Boolean

Result value from the async operation

Applies to