C# 클래스 Novell.Directory.Ldap.Asn1.Asn1Integer

상속: Asn1Numeric
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID Asn1Identifier

공개 메소드들

메소드 설명
Asn1Integer ( int content ) : System

Call this constructor to construct an Asn1Integer object from an integer value.

Asn1Integer ( long content ) : System

Call this constructor to construct an Asn1Integer object from a long value.

ToString ( ) : System.String

Returns a String representation of this Asn1Integer object.

encode ( Asn1Encoder enc, System out_Renamed ) : void

Call this method to encode the current instance into the specified output stream using the specified encoder object.

비공개 메소드들

메소드 설명
Asn1Integer ( Asn1Decoder dec, System in_Renamed, int len ) : System

메소드 상세

Asn1Integer() 공개 메소드

Call this constructor to construct an Asn1Integer object from an integer value.
public Asn1Integer ( int content ) : System
content int The integer value to be contained in the /// this Asn1Integer object ///
리턴 System

Asn1Integer() 공개 메소드

Call this constructor to construct an Asn1Integer object from a long value.
public Asn1Integer ( long content ) : System
content long The long value to be contained in the /// this Asn1Integer object ///
리턴 System

ToString() 공개 메소드

Returns a String representation of this Asn1Integer object.
public ToString ( ) : System.String
리턴 System.String

encode() 공개 메소드

Call this method to encode the current instance into the specified output stream using the specified encoder object.
public encode ( Asn1Encoder enc, System out_Renamed ) : void
enc Asn1Encoder Encoder object to use when encoding self. /// ///
out_Renamed System
리턴 void

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

ID is added for Optimization. ID needs only be one Value for every instance, thus we create it only once.
public static Asn1Identifier,Novell.Directory.Ldap.Asn1 ID
리턴 Asn1Identifier