LaunchApp creates an instance of an Assembly object using the Assembly.LoadFrom static method rather than by using an explicit constructor call.
LaunchApp使用Assembly . LoadFrom静态方法创建Assembly对象的实例,而不是通过显式调用构造函数来创建。
If the constructor includes no such explicit call, a call to super is implicitly added.
如果构造函数没有包含这样的显式调用,将隐式添加对super的调用。
Processes any explicit or implicit constructor invocation (a call to this or super in the constructor).
处理任何显式或隐式构造函数调用(在构造函数中调用this或super )。
应用推荐