ComAwareEventInfo.GetOtherMethods(Boolean) メソッド

定義

メタデータ内のイベントに関連付けられているパブリックまたは非パブリック メソッドを返します。

public:
 override cli::array <System::Reflection::MethodInfo ^> ^ GetOtherMethods(bool nonPublic);
public override System.Reflection.MethodInfo[] GetOtherMethods (bool nonPublic);
override this.GetOtherMethods : bool -> System.Reflection.MethodInfo[]
Public Overrides Function GetOtherMethods (nonPublic As Boolean) As MethodInfo()

パラメーター

nonPublic
Boolean

非パブリック メソッドを含める場合は true。それ以外の場合は false

戻り値

メタデータ内のイベントに関連付けられているメソッドを表す配列。 そのようなメソッドがない場合は、空の配列が返されます。

適用対象