C# Class Tangerine.Inotify.QueuedEvent

Afficher le fichier Open project: snorp/tangerine

Méthodes publiques

Свойство Type Description
Analyzed bool
Cookie uint
Dispatched bool
Filename string
HoldUntil System.DateTime
PairedMove QueuedEvent
Type EventType
Wd int

Méthodes publiques

Méthode Description
AddMilliseconds ( double x ) : void
PairWith ( QueuedEvent other ) : void
QueuedEvent ( ) : System

Method Details

AddMilliseconds() public méthode

public AddMilliseconds ( double x ) : void
x double
Résultat void

PairWith() public méthode

public PairWith ( QueuedEvent other ) : void
other QueuedEvent
Résultat void

QueuedEvent() public méthode

public QueuedEvent ( ) : System
Résultat System

Property Details

Analyzed public_oe property

public bool Analyzed
Résultat bool

Cookie public_oe property

public uint Cookie
Résultat uint

Dispatched public_oe property

public bool Dispatched
Résultat bool

Filename public_oe property

public string Filename
Résultat string

HoldUntil public_oe property

public DateTime,System HoldUntil
Résultat System.DateTime

PairedMove public_oe property

public QueuedEvent PairedMove
Résultat QueuedEvent

Type public_oe property

public EventType Type
Résultat EventType

Wd public_oe property

public int Wd
Résultat int