예제 #1
0
 public static MethodEntryPoint entry(MethodInfo src)
 => new MethodEntryPoint(src.MetadataToken, ApiJit.jit(src));
예제 #2
0
 public static MethodEntryPoint <K> entry <K>(MethodInfo src, K kind)
     where K : unmanaged
 => new MethodEntryPoint <K>(src.MetadataToken, ApiJit.jit(src), kind);
예제 #3
0
파일: ApiCatalogs.cs 프로젝트: 0xCM/z0
 protected override void OnInit()
 {
     ApiJit = Wf.ApiJit();
     Query  = Wf.ApiQuery();
 }