共用方式為


_EventInfo.GetRemoveMethod 方法

定義

為 COM 物件提供與版本無關的 GetRemoveMethod 方法之存取權。

多載

GetRemoveMethod(Boolean)

為 COM 物件提供與版本無關的 GetRemoveMethod(Boolean) 方法之存取權。

GetRemoveMethod()

為 COM 物件提供與版本無關的 GetRemoveMethod() 方法之存取權。

備註

這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

方法 GetRemoveMethod 會傳回用來從事件來源移除事件處理程式委派的方法。

GetRemoveMethod(Boolean)

為 COM 物件提供與版本無關的 GetRemoveMethod(Boolean) 方法之存取權。

public:
 System::Reflection::MethodInfo ^ GetRemoveMethod(bool nonPublic);
public System.Reflection.MethodInfo GetRemoveMethod (bool nonPublic);
abstract member GetRemoveMethod : bool -> System.Reflection.MethodInfo
Public Function GetRemoveMethod (nonPublic As Boolean) As MethodInfo

參數

nonPublic
Boolean

true 是表示要傳回非公用方法,否則為 false

傳回

MethodInfo 物件,表示用來將事件處理常式委派從事件來源移除的方法。

備註

這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

方法 GetRemoveMethodMethodInfo 擷取 物件來移除 事件的方法,並指定是否要傳回非公用方法。

適用於

GetRemoveMethod()

為 COM 物件提供與版本無關的 GetRemoveMethod() 方法之存取權。

public:
 System::Reflection::MethodInfo ^ GetRemoveMethod();
public System.Reflection.MethodInfo GetRemoveMethod ();
abstract member GetRemoveMethod : unit -> System.Reflection.MethodInfo
Public Function GetRemoveMethod () As MethodInfo

傳回

MethodInfo 物件,表示用來將事件處理常式委派從事件來源移除的方法。

備註

這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

方法 GetRemoveMethod 會傳回用來從事件來源移除事件處理程式委派的方法。

適用於