Interface IGUIDGenerator
Namespace: VSCodeEditor
Assembly: Unity.VSCode.Editor.dll
Syntax
public interface IGUIDGenerator
Methods
ProjectGuid(string, string)
Declaration
string ProjectGuid(string projectName, string assemblyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectName | |
| string | assemblyName |
Returns
| Type | Description |
|---|---|
| string |
SolutionGuid(string, string)
Declaration
string SolutionGuid(string projectName, string extension)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectName | |
| string | extension |
Returns
| Type | Description |
|---|---|
| string |