Partager via


HotReloadExtensions.GetOnHotReloadMethods(Type) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::List<System::Reflection::MethodInfo ^> ^ GetOnHotReloadMethods(Type ^ type);
public static System.Collections.Generic.List<System.Reflection.MethodInfo> GetOnHotReloadMethods (this Type type);
static member GetOnHotReloadMethods : Type -> System.Collections.Generic.List<System.Reflection.MethodInfo>
<Extension()>
Public Function GetOnHotReloadMethods (type As Type) As List(Of MethodInfo)

Parameters

type
Type

Returns

Applies to