UNAME 结构

定义

注意

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

提供一个 Structure,表示指向已从 Visual Basic 6.0 升级的应用程序中的 Name 属性的指针。

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

public value class UNAME
[System.Runtime.InteropServices.ComVisible(false)]
public struct UNAME
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public struct UNAME
[<System.Runtime.InteropServices.ComVisible(false)>]
type UNAME = struct
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type UNAME = struct
Public Structure UNAME
继承
属性

注解

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。

字段

name

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

已过时.

包含内部 UNAME 结构的 IntPtr

适用于