C# Class KuduHandles.Handle

Afficher le fichier Open project: projectkudu/KuduHandles Class Usage Examples

Private Properties

Свойство Type Description
ExecuteWithTimeout void
GetNameFromHandle string
GetTypeFromHandle string
Handle System

Méthodes publiques

Méthode Description
Handle ( ulong processId, ulong handle, ushort rawType ) : System

Private Methods

Méthode Description
ExecuteWithTimeout ( System.Action action, System.Action timeoutAction, System.TimeSpan timeout ) : void
GetNameFromHandle ( SafeGenericHandle handle ) : string
GetTypeFromHandle ( SafeGenericHandle handle ) : string
Handle ( ) : System

Method Details

Handle() public méthode

public Handle ( ulong processId, ulong handle, ushort rawType ) : System
processId ulong
handle ulong
rawType ushort
Résultat System