EventInfo.GetOtherMethods Method ()

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

Syntax

'Declaration
Public Overridable Function GetOtherMethods ( _
    nonPublic As Boolean _
) As MethodInfo()
'Usage
Dim instance As EventInfo
Dim nonPublic As Boolean
Dim returnValue As MethodInfo()

returnValue = instance.GetOtherMethods(nonPublic)
public virtual MethodInfo[] GetOtherMethods(
    bool nonPublic
)
public:
virtual array<MethodInfo^>^ GetOtherMethods(
    bool nonPublic
)
abstract GetOtherMethods : 
        nonPublic:bool -> MethodInfo[] 
override GetOtherMethods : 
        nonPublic:bool -> MethodInfo[] 
public function GetOtherMethods(
    nonPublic : boolean
) : MethodInfo[]

Parameters

  • nonPublic
    Type: Boolean

Return Value

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

.NET Framework Security

See Also

Reference

EventInfo Class

EventInfo Members

GetOtherMethods Overload

System.Reflection.Mock Namespace