Show / Hide Table of Contents

Class SolutionGuidGenerator

Inheritance
Object
SolutionGuidGenerator
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.VisualStudioIntegration
Assembly: UnityEditor.dll
Syntax
public static class SolutionGuidGenerator

Methods

| Improve this Doc View Source

GuidForProject(String)

Declaration
public static string GuidForProject(string projectName)
Parameters
Type Name Description
String projectName
Returns
Type Description
String
| Improve this Doc View Source

GuidForSolution(String, String)

Declaration
public static string GuidForSolution(string projectName, string sourceFileExtension)
Parameters
Type Name Description
String projectName
String sourceFileExtension
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX