C# 클래스 SnmpSharpNet.TimeTicks

상속: UInteger32, ICloneable
파일 보기 프로젝트 열기: griffina/SnmpSharpNet 1 사용 예제들

공개 메소드들

메소드 설명
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