HotReloadExtensions.GetOnHotReloadMethods(Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- type
- Type