---
title: target
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_event_remote_thread_create_t/target
---

# target

The process targeted to spawn a new thread.

## Declaration

```swift
var target: UnsafeMutablePointer<es_process_t>
```

## See Also

### Inspecting Event Properties

- [thread_state](endpointsecurity/es_event_remote_thread_create_t/thread_state.md)
- [es_thread_state_t](endpointsecurity/es_thread_state_t.md)
- [reserved](endpointsecurity/es_event_remote_thread_create_t/reserved.md)
