C# Class Recurity.Swf.TagHandler.Protect

Inheritance: AbstractTagHandler
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
Protect ( byte init ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

Protected Methods

Method Description
Parse ( ) : void

Method Details

Parse() protected method

protected Parse ( ) : void
return void

Protect() public method

public Protect ( byte init ) : System
init byte
return System

Verify() public method

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

Write() public method

public Write ( System output ) : void
output System
return void