Domain Detective

API Reference

Enum

VirusTotalObjectType

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(VirusTotalObjectTypeConverter))

VirusTotal object types.

Inheritance

  • Enum
  • VirusTotalObjectType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const VirusTotalObjectType Unknown #

Unknown or unsupported type.

Value: 0
public const VirusTotalObjectType IpAddress #

IP address object.

Value: 1
public const VirusTotalObjectType Domain #

Domain object.

Value: 2
public const VirusTotalObjectType Url #

URL object.

Value: 3
{{ include "footer" }}