UNAME Struct

Definition

Caution

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

Provides a Structure that represents a pointer to a Name property in an application that has been upgraded from Visual Basic 6.0.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Inheritance
Attributes

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Fields

name

This API supports the product infrastructure and is not intended to be used directly from your code.

Contains a IntPtr for the internal UNAME structure.

Applies to