コード例 #1
0
ファイル: UIComponent.cs プロジェクト: xubingyue/Egametang
 public IILUIFactoryMethod(Type type)
 {
     this.instance   = Activator.CreateInstance(type);
     this.methodInfo = DllHelper.GetType(type.FullName).GetMethod("Create", 3);
 }