IKVM.Reflection.Type.GetEvent C# (CSharp) 메소드

GetEvent() 공개 메소드

public GetEvent ( string name ) : IKVM.Reflection.EventInfo
name string
리턴 IKVM.Reflection.EventInfo
        public EventInfo GetEvent(string name)
        {
            return GetEvent(name, BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static);
        }

Same methods

Type::GetEvent ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.EventInfo