Example #1
0
 public StartupCodeMainMethod(TypeDesc owningType, MethodDesc mainMethod, IList <MethodDesc> libraryInitializers)
 {
     _owningType          = owningType;
     _mainMethod          = new MainMethodWrapper(owningType, mainMethod);
     _libraryInitializers = libraryInitializers;
 }
Example #2
0
 public StartupCodeMainMethod(TypeDesc owningType, MethodDesc mainMethod)
 {
     _owningType = owningType;
     _mainMethod = new MainMethodWrapper(owningType, mainMethod);
 }
Example #3
0
 public StartupCodeMainMethod(TypeDesc owningType, MethodDesc mainMethod)
 {
     _owningType = owningType;
     _mainMethod = new MainMethodWrapper(owningType, mainMethod);
 }