C# Class OpenMetaverse.TestClient.UploadImageCommand

Inheritance: OpenMetaverse.TestClient.Command
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

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

Private Methods

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

Method Details

Execute() public méthode

public Execute ( string args, UUID fromAgentID ) : string
args string
fromAgentID UUID
Résultat string

UploadImageCommand() public méthode

public UploadImageCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
Résultat System