EventInfo.GetRaiseMethod Method ()
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public MustOverride Function GetRaiseMethod ( _
nonPublic As Boolean _
) As MethodInfo
'Usage
Dim instance As EventInfo
Dim nonPublic As Boolean
Dim returnValue As MethodInfo
returnValue = instance.GetRaiseMethod(nonPublic)
public abstract MethodInfo GetRaiseMethod(
bool nonPublic
)
public:
virtual MethodInfo^ GetRaiseMethod(
bool nonPublic
) abstract
abstract GetRaiseMethod :
nonPublic:bool -> MethodInfo
public abstract function GetRaiseMethod(
nonPublic : boolean
) : MethodInfo
Parameters
- nonPublic
Type: Boolean
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.