IDebugConvert.GetManagedCharObject(UInt16) Metodo

Definizione

Se implementato in una classe, crea un oggetto gestito con il valore Char primitivo specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 System::Object ^ GetManagedCharObject(System::UInt16 i);
public object GetManagedCharObject (ushort i);
abstract member GetManagedCharObject : uint16 -> obj
Public Function GetManagedCharObject (i As UShort) As Object

Parametri

i
UInt16

Valore da convertire.

Restituisce

Object

i convertito in un oggetto Char, quindi in un oggetto Object.

Si applica a

Vedi anche