示例#1
0
 public bool HasTarget(InstructionSets target)
 {
     return(NativeTargets.Contains(target));
 }
示例#2
0
 public Emitter(CoreSolution solution, string outputPath, NativeTargets target)
 {
     this.solution   = solution;
     this.outputPath = outputPath;
     this.target     = target;
 }
 public NativeNameAttribute(NativeTargets target, string value)
 {
     this.Target = target;
     this.Value  = value;
 }