RuntimeReflectionExtensions.GetRuntimeEvent(Type, String) Metoda

Definice

Načte objekt, který představuje zadanou událost.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::EventInfo ^ GetRuntimeEvent(Type ^ type, System::String ^ name);
public static System.Reflection.EventInfo GetRuntimeEvent (this Type type, string name);
public static System.Reflection.EventInfo? GetRuntimeEvent (this Type type, string name);
static member GetRuntimeEvent : Type * string -> System.Reflection.EventInfo
<Extension()>
Public Function GetRuntimeEvent (type As Type, name As String) As EventInfo

Parametry

type
Type

Typ, který obsahuje událost.

name
String

Název události.

Návraty

Objekt, který představuje zadanou událost, nebo null pokud událost nebyla nalezena.

Výjimky

type je null.

-nebo-

name je null.

Platí pro

Viz také