mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
9 lines
608 B
YAML
9 lines
608 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/csharp-all
|
|
extensible: sourceModel
|
|
data:
|
|
- ["Microsoft.Win32", "Registry", False, "GetValue", "(System.String,System.String,System.Object)", "", "ReturnValue", "windows-registry", "manual"]
|
|
- ["Microsoft.Win32", "RegistryKey", False, "GetSubKeyNames", "()", "", "ReturnValue", "windows-registry", "manual"]
|
|
- ["Microsoft.Win32", "RegistryKey", False, "GetValue", "", "", "ReturnValue", "windows-registry", "manual"]
|
|
- ["Microsoft.Win32", "RegistryKey", False, "GetValueNames", "()", "", "ReturnValue", "windows-registry", "manual"] |