jp.hishidama.win32.com
クラス ITypeInfo

java.lang.Object
  上位を拡張 jp.hishidama.win32.com.ComPtr
      上位を拡張 jp.hishidama.win32.com.IUnknown
          上位を拡張 jp.hishidama.win32.com.ITypeInfo

public class ITypeInfo
extends IUnknown

ITypeInfoクラス.

COMのITypeInfoインターフェースのクラスです。

導入されたバージョン:
2007.11.06
作成者:
ひしだま

メソッドの概要
 String getDoc()
          オブジェクト説明取得.
 void getDocumentation(long memid, String[] name, String[] doc, int[] helpContext, String[] helpFile)
          ドキュメンテーション取得.
 long getIDOfName(String name)
          MEMBERID取得.
 String getMops(long memid)
          マーシャリング情報取得.
 String getName()
          オブジェクト名取得.
 
クラス jp.hishidama.win32.com.ComPtr から継承されたメソッド
dispose, dispose, dispose, dispose, dispose, dispose, dispose, disposeChild
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getName

public String getName()
オブジェクト名取得.

戻り値:
オブジェクト名
関連項目:
getDocumentation(long, String[], String[], int[], String[])

getDoc

public String getDoc()
オブジェクト説明取得.

戻り値:
オブジェクト説明
関連項目:
getDocumentation(long, String[], String[], int[], String[])

getIDOfName

public long getIDOfName(String name)
MEMBERID取得.

メソッドまたはプロパティの名前からMEMBERIDを取得する。

パラメータ:
name - 名称
戻り値:
MEMBERID

getDocumentation

public void getDocumentation(long memid,
                             String[] name,
                             String[] doc,
                             int[] helpContext,
                             String[] helpFile)
ドキュメンテーション取得.

説明文を取得する。
memidが-1の場合、オブジェクトそのものの説明を返す。

パラメータ:
memid - MEMBERID
name - null以外の場合、添字0にオブジェクト名を返す
doc - null以外の場合、添字0にオブジェクトの説明文を返す
helpContext - null以外の場合、添字0にヘルプのコンテキストIDを返す
helpFile - null以外の場合、添字0にヘルプファイルのパスを返す

getMops

public String getMops(long memid)
マーシャリング情報取得.

パラメータ:
memid - MEMBERID
戻り値:
マーシャリング情報