Пример #1
0
 void IRunnableHook.Prologue(Runner runner, FID id)
 {
     ArowSerializer.RegisterTypeSerializationCores(Assembly.GetExecutingAssembly());
 }
Пример #2
0
 public void Setup()
 {
     ArowSerializer.RegisterTypeSerializationCores(Assembly.GetExecutingAssembly());
 }
Пример #3
0
 public bool Prologue(Runner runner, FID id, MethodInfo method, RunAttribute attr, ref object[] args)
 {
     ArowSerializer.RegisterTypeSerializationCores(Assembly.GetCallingAssembly());
     return(false);
 }