C# 클래스 Recurity.Swf.AbstractSwfElement

Class that represents an element that can appear in Swf files or the Swf files themselves implementing the ISwfElement
상속: Recurity.Swf.Interfaces.ISwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_SwfVersion byte

공개 메소드들

메소드 설명
AbstractSwfElement ( byte InitialVersion ) : System

Class that represents a Swf file implementing the ISwfElement

메소드 상세

AbstractSwfElement() 공개 메소드

Class that represents a Swf file implementing the ISwfElement
public AbstractSwfElement ( byte InitialVersion ) : System
InitialVersion byte The version of the element
리턴 System

프로퍼티 상세

_SwfVersion 보호되어 있는 프로퍼티

protected byte _SwfVersion
리턴 byte