cohtml::Net::ILocalizationManager::TranslationData

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
voidSet(string text)
Set the translated text.
virtual voidSet(string text, uint lengthBytes)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function Set

void Set(
    string text
)

Set the translated text.

Parameters:

  • text The translated text.

function Set

virtual void Set(
    string text,
    uint lengthBytes
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;