UNAME 構造体

定義

注意事項

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

Visual Basic 6.0 からアップグレードされたアプリケーションの Name プロパティへのポインターを表すStructureを提供します。

この 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
継承
属性

注釈

Note

Microsoft.VisualBasic.Compatibility.VB6名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic にアップグレードするためのツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間で見つけることができる機能を複製します。 これらは、Visual Basic 6.0 コード モデルが .NET Framework の実装と大きく異なる場合にのみ必要です。

フィールド

名前 説明
name

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

古い.

内部IntPtr構造体のUNAMEを格納します。

適用対象