ApiEntryType Enumeration
This public enumerated type defines the API entry types that can be removed from the reflection
information file.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
[SerializableAttribute]
public enum ApiEntryType
<SerializableAttribute>
Public Enumeration ApiEntryType
[SerializableAttribute]
public enum class ApiEntryType
[<SerializableAttribute>]
type ApiEntryType
| None | 0 | An unknown entry |
| Namespace | 1 | A namespace |
| Class | 2 | A class |
| Structure | 3 | An interface |
| Interface | 4 | An interface |
| Enumeration | 5 | An enumeration |
| Delegate | 6 | A delegate |
| Constructor | 7 | A constructor |
| Method | 8 | A method |
| Operator | 9 | An operator |
| Property | 10 | A property |
| Event | 11 | An event |
| Field | 12 | A field |