C# Class Seatbelt.Interop.Secur32.LUID

ファイルを表示 Open project: notchxor/infraestructura-ofensiva-infra

Public Properties

Property Type Description
HighPart Int32
LowPart UInt32

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

LUID() public method

public LUID ( LUID value ) : System
value LUID
return System

LUID() public method

public LUID ( UInt64 value ) : System
value UInt64
return System

LUID() public method

public LUID ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

HighPart public_oe property

public Int32 HighPart
return Int32

LowPart public_oe property

public UInt32 LowPart
return UInt32