C# Class Seatbelt.Interop.Secur32.LUID

Afficher le fichier Open project: notchxor/infraestructura-ofensiva-infra

Méthodes publiques

Свойство Type Description
HighPart Int32
LowPart UInt32

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetBytes ( ) : byte[]
GetHashCode ( ) : int
LUID ( LUID value ) : System
LUID ( UInt64 value ) : System
LUID ( string value ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LUID() public méthode

public LUID ( LUID value ) : System
value LUID
Résultat System

LUID() public méthode

public LUID ( UInt64 value ) : System
value UInt64
Résultat System

LUID() public méthode

public LUID ( string value ) : System
value string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

HighPart public_oe property

public Int32 HighPart
Résultat Int32

LowPart public_oe property

public UInt32 LowPart
Résultat UInt32