You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

KernelFunctionExtensionTests.ItCreateFunctionContractsFromTestPlugin.approved.txt 870 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "ClassName": "test_plugin",
  4. "Name": "GetState",
  5. "Description": "Gets the state of the light.",
  6. "Parameters": [],
  7. "ReturnType": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  8. "ReturnDescription": ""
  9. },
  10. {
  11. "ClassName": "test_plugin",
  12. "Name": "ChangeState",
  13. "Description": "Changes the state of the light.'",
  14. "Parameters": [
  15. {
  16. "Name": "newState",
  17. "Description": "new state",
  18. "ParameterType": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  19. "IsRequired": true,
  20. "DefaultValue": ""
  21. }
  22. ],
  23. "ReturnType": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  24. "ReturnDescription": ""
  25. }
  26. ]