RuntimeReflectionExtensions.GetRuntimeMethods(Type) Metoda

Definice

Načte kolekci, která představuje všechny metody definované na zadaném typu.

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

Parametry

type
Type

Typ, který obsahuje metody.

Návraty

Kolekce metod pro zadaný typ.

Výjimky

type je null.

Poznámky

Tato metoda vrátí všechny metody definované u zadaného typu, včetně zděděných, neveřejných, instančních a statických metod.

Platí pro

Viz také