C# 클래스 Recurity.Swf.TagHandler.DebugID

상속: AbstractTagHandler
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
DebugID ( byte initialVersion ) : System

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

메소드 상세

DebugID() 공개 메소드

public DebugID ( byte initialVersion ) : System
initialVersion byte
리턴 System

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( System output ) : void
output System
리턴 void