Share via


ReflectionHelper.GetExportedHubMethods Method

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Shared Function GetExportedHubMethods ( _
    type As Type _
) As IEnumerable(Of MethodInfo)
'Usage
Dim type As Type 
Dim returnValue As IEnumerable(Of MethodInfo)

returnValue = ReflectionHelper.GetExportedHubMethods(type)
public static IEnumerable<MethodInfo> GetExportedHubMethods(
    Type type
)
public:
static IEnumerable<MethodInfo^>^ GetExportedHubMethods(
    Type^ type
)
static member GetExportedHubMethods : 
        type:Type -> IEnumerable<MethodInfo> 
public static function GetExportedHubMethods(
    type : Type
) : IEnumerable<MethodInfo>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<MethodInfo>
Returns IEnumerable<T>.

See Also

Reference

ReflectionHelper Class

Microsoft.AspNet.SignalR.Hubs Namespace