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

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

공개 프로퍼티들

프로퍼티 타입 설명
ID Asn1Identifier

공개 메소드들

메소드 설명
Asn1Null ( ) : System

Call this constructor to construct a new Asn1Null object.

ToString ( ) : System.String

Return a String representation of this Asn1Null 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.

메소드 상세

Asn1Null() 공개 메소드

Call this constructor to construct a new Asn1Null object.
public Asn1Null ( ) : System
리턴 System

ToString() 공개 메소드

Return a String representation of this Asn1Null 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