EventInfo.GetRaiseMethod Method
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Function GetRaiseMethod As MethodInfo
'Usage
Dim instance As EventInfo
Dim returnValue As MethodInfo
returnValue = instance.GetRaiseMethod()
public MethodInfo GetRaiseMethod()
public:
MethodInfo^ GetRaiseMethod()
member GetRaiseMethod : unit -> MethodInfo
public function GetRaiseMethod() : MethodInfo
Return Value
Type: System.Reflection.Mock.MethodInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.