System.Reflection.TypeExtensions.GetEvents C# (CSharp) 메소드

GetEvents() 공개 정적인 메소드

public static GetEvents ( this type ) : System.Reflection.EventInfo[]
type this
리턴 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[]