DebugConvert.GetManagedCharObject(UInt16) Metodo

Definizione

Crea un oggetto gestito che presenta il valore Char primitivo specificato.

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

public:
 virtual System::Object ^ GetManagedCharObject(System::UInt16 i);
public object GetManagedCharObject (ushort i);
abstract member GetManagedCharObject : uint16 -> obj
override this.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.

Implementazioni

Si applica a

Vedi anche