CefRuntimePlatform.cs 145 B

1234567891011
  1. namespace Xilium.CefGlue
  2. {
  3. using System;
  4. public enum CefRuntimePlatform
  5. {
  6. Windows,
  7. Linux,
  8. MacOS,
  9. }
  10. }