'宣言 Public Overloads Function Invoke( _ ByVal method As System.Delegate _ ) As System.Object
'使用法 Dim instance As ExportOptionsFormBase Dim method As System.Delegate Dim value As System.Object value = instance.Invoke(method)
public System.object Invoke( System.Delegate method )
パラメータ
- method