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 842 B

12345678910111213141516171819202122232425
  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. }
  21. ],
  22. "ReturnType": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  23. "ReturnDescription": ""
  24. }
  25. ]