ApiEntryType Enumeration
This public enumerated type defines the API entry types that can be removed from the reflection
information file.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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 |