10 references to Platform
System.AddIn (10)
System\Addin\Hosting\AddInProcess.cs (10)
49
private
Platform
_platform;
86
public
Platform
Platform
102
public AddInProcess() : this(
Platform
.Host)
109
public AddInProcess(
Platform
platform)
282
private static String GetProcessName(
Platform
platform)
288
case
Platform
.Host:
291
case
Platform
.ARM:
292
case
Platform
.X86:
295
case
Platform
.X64:
305
case
Platform
.AnyCpu: