ReflectionHelper Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Hubs.ReflectionHelper

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

Syntax

'Declaration
Public NotInheritable Class ReflectionHelper
'Usage
public static class ReflectionHelper
public ref class ReflectionHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ReflectionHelper =  class end
public final class ReflectionHelper

The ReflectionHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member GetAttributeValue<TAttribute, TResult>
Public methodStatic member GetExportedHubMethods

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace