C# Class SnmpSharpNet.TimeTicks

Inheritance: UInteger32, ICloneable
Afficher le fichier Open project: griffina/SnmpSharpNet Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object

Duplicate object

GetHashCode ( ) : int

Return hash code for the class.

TimeTicks ( ) : System

Constructor

TimeTicks ( System val ) : System

Constructor

TimeTicks ( TimeTicks second ) : System

Constructor

TimeTicks ( UInt32 value ) : System

Constructor.

TimeTicks ( UInteger32 uint32 ) : System

Constructor

ToString ( ) : System.String

Returns the string representation of the object.

Method Details

Clone() public méthode

Duplicate object
public Clone ( ) : Object
Résultat System.Object

GetHashCode() public méthode

Return hash code for the class.
public GetHashCode ( ) : int
Résultat int

TimeTicks() public méthode

Constructor
public TimeTicks ( ) : System
Résultat System

TimeTicks() public méthode

Constructor
public TimeTicks ( System val ) : System
val System String holding 32-bit unsigned integer value to initialize the class with ///
Résultat System

TimeTicks() public méthode

Constructor
public TimeTicks ( TimeTicks second ) : System
second TimeTicks Initialize class with value from this class.
Résultat System

TimeTicks() public méthode

Constructor.
public TimeTicks ( UInt32 value ) : System
value System.UInt32 Initialize the TimeTicks class to this unsigned integer value.
Résultat System

TimeTicks() public méthode

Constructor
public TimeTicks ( UInteger32 uint32 ) : System
uint32 UInteger32 The UInteger32 value to initialize the class with.
Résultat System

ToString() public méthode

Returns the string representation of the object.
public ToString ( ) : System.String
Résultat System.String