EventInfo.GetOtherMethods Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Function GetOtherMethods As MethodInfo()
'Usage
Dim instance As EventInfo
Dim returnValue As MethodInfo()

returnValue = instance.GetOtherMethods()
public MethodInfo[] GetOtherMethods()
public:
array<MethodInfo^>^ GetOtherMethods()
member GetOtherMethods : unit -> MethodInfo[] 
public function GetOtherMethods() : MethodInfo[]

Return Value

Type: array<System.Reflection.Mock.MethodInfo[]

.NET Framework Security

See Also

Reference

EventInfo Class

EventInfo Members

GetOtherMethods Overload

System.Reflection.Mock Namespace