Property IsManaged
IsManaged
Checks if a method is called from a managed or Burst environment.
Declaration
public static bool IsManaged { get; }
Property Value
Type | Description |
---|---|
bool | Returns true if method is called from a managed, not Burst environment |