# ScriptInvoke

> Specifies that marker is generated by invocation of scripting method from native code.

## Definition

* **Type:** Field
* **Namespace:** [Unity.Profiling.LowLevel](/engine/6000.7/script-reference/unity/profiling/lowlevel.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
ScriptInvoke = 32
```

### Remarks

E.g. MonoBehaviour's Awake, Start, Update and other callbacks.
