ComMemberType 列挙体

COM メンバの型について説明します。

<Serializable>
Public Enum ComMemberType
[C#]
[Serializable]
public enum ComMemberType
[C++]
[Serializable]
__value public enum ComMemberType
[JScript]
public
   Serializable
enum ComMemberType

メンバ

メンバ名 説明
Method メンバは通常のメソッドです。
PropGet メンバはプロパティを取得します。
PropSet メンバはプロパティを設定します。

必要条件

名前空間: System.Runtime.InteropServices

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

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

System.Runtime.InteropServices 名前空間