---
title: es_event_kextunload_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_kextunload_t
---

# es_event_kextunload_t

A type for an event that indicates the unloading of a Kernel Extension (KEXT).

## Declaration

```swift
struct es_event_kextunload_t
```

## Topics

### Inspecting Event Properties

- [identifier](endpointsecurity/es_event_kextunload_t/identifier.md)
- [reserved](endpointsecurity/es_event_kextunload_t/reserved.md)

### Initializers

- [init()](endpointsecurity/es_event_kextunload_t/init().md)
- [init(identifier:reserved:)](endpointsecurity/es_event_kextunload_t/init(identifier:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Kernel Event Types

- [es_event_iokit_open_t](endpointsecurity/es_event_iokit_open_t.md)
- [es_event_kextload_t](endpointsecurity/es_event_kextload_t.md)
