DebugConvert.GetManagedCharObject(UInt16) 方法

定义

创建具有指定基元 Char 值的托管对象。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

i
UInt16

要转换的值。

返回

i转换为 aChar,然后转换为 .Object

实现

适用于

另请参阅