MPSTemporaryImage.ReadCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of reads that a CNN kernel may make on the image before its contents expire.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr ReadCount { [Foundation.Export("readCount")] get; [Foundation.Export("setReadCount:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("readCount")>]
[<set: Foundation.Export("setReadCount:")>]
member this.ReadCount : unativeint with get, set
Property Value
UIntPtr
unativeint
- Attributes