System.Reflection.TypeExtensions.GetEvents C# (CSharp) Method

GetEvents() public static method

public static GetEvents ( this type ) : System.Reflection.EventInfo[]
type this
return System.Reflection.EventInfo[]
        public static System.Reflection.EventInfo[] GetEvents(this System.Type type) { throw null; }
        public static System.Reflection.EventInfo[] GetEvents(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetEvents ( this type, System bindingAttr ) : System.Reflection.EventInfo[]