C# Class OpenMetaverse.TestClient.UploadImageCommand

Inheritance: OpenMetaverse.TestClient.Command
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
Execute ( string args, UUID fromAgentID ) : string
UploadImageCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System

Private Methods

Method Description
DoUpload ( byte UploadData, string FileName ) : void
IsPowerOfTwo ( uint n ) : bool
LoadImage ( string fileName ) : byte[]

Method Details

Execute() public method

public Execute ( string args, UUID fromAgentID ) : string
args string
fromAgentID UUID
return string

UploadImageCommand() public method

public UploadImageCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
return System