次の方法で共有


TypeDelegator.GUID プロパティ

実装されている型のグローバル一意識別子 (GUID) を取得します。

Overrides Public ReadOnly Property GUID As Guid
[C#]
public override Guid GUID {get;}
[C++]
public: __property Guid get_GUID();
[JScript]
public override function get GUID() : Guid;

プロパティ値

GUID。

解説

GUID は、128 ビットの一意な識別文字列で、クラスまたはインターフェイスを識別するために使用されます。主に、Microsoft .NET Framework と COM の間の相互運用性に役立ちます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間 | Guid