Show / Hide Table of Contents

Struct fcAPI.fcDeferredCall

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
public struct fcDeferredCall

Fields

handle

Declaration
public int handle
Field Value
Type Description
System.Int32

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcDeferredCall to Int32)

Declaration
public static implicit operator int (fcAPI.fcDeferredCall v)
Parameters
Type Name Description
fcAPI.fcDeferredCall v
Returns
Type Description
System.Int32
Back to top