C# Class SnmpSharpNet.TimeTicks

Inheritance: UInteger32, ICloneable
显示文件 Open project: griffina/SnmpSharpNet Class Usage Examples

Public Methods

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

Duplicate object
public Clone ( ) : Object
return System.Object

GetHashCode() public method

Return hash code for the class.
public GetHashCode ( ) : int
return int

TimeTicks() public method

Constructor
public TimeTicks ( ) : System
return System

TimeTicks() public method

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

TimeTicks() public method

Constructor
public TimeTicks ( TimeTicks second ) : System
second TimeTicks Initialize class with value from this class.
return System

TimeTicks() public method

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

TimeTicks() public method

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

ToString() public method

Returns the string representation of the object.
public ToString ( ) : System.String
return System.String