C# Класс SnmpSharpNet.TimeTicks

Наследование: UInteger32, ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный Метод

Duplicate object
public Clone ( ) : Object
Результат System.Object

GetHashCode() публичный Метод

Return hash code for the class.
public GetHashCode ( ) : int
Результат int

TimeTicks() публичный Метод

Constructor
public TimeTicks ( ) : System
Результат System

TimeTicks() публичный Метод

Constructor
public TimeTicks ( System val ) : System
val System String holding 32-bit unsigned integer value to initialize the class with ///
Результат System

TimeTicks() публичный Метод

Constructor
public TimeTicks ( TimeTicks second ) : System
second TimeTicks Initialize class with value from this class.
Результат System

TimeTicks() публичный Метод

Constructor.
public TimeTicks ( UInt32 value ) : System
value System.UInt32 Initialize the TimeTicks class to this unsigned integer value.
Результат System

TimeTicks() публичный Метод

Constructor
public TimeTicks ( UInteger32 uint32 ) : System
uint32 UInteger32 The UInteger32 value to initialize the class with.
Результат System

ToString() публичный Метод

Returns the string representation of the object.
public ToString ( ) : System.String
Результат System.String