コード例 #1
0
 public PluginAppBase()
 {
     var ppas = GetType().GetCustomAttributes(typeof(PluginAppAttribute), true);
     if (ppas.Length != 0)
     {
         attr = (PluginAppAttribute)ppas[0];
     }
 }
コード例 #2
0
        public PluginAppBase()
        {
            var ppas = GetType().GetCustomAttributes(typeof(PluginAppAttribute), true);

            if (ppas.Length != 0)
            {
                attr = (PluginAppAttribute)ppas[0];
            }
        }