Class Base64Exec

Base64Exec class

An implementation of Base64 command emulation.

public sealed class Base64Exec : Executable

Constructors

NameDescription
Base64Exec()The default constructor.

Properties

NameDescription
override CommandName { get; }Gets the name of the executable (command).

Methods

NameDescription
override Execute(string[])The method implementing the executable’s behavior.

See Also