C# Class UnityEditor.VisualStudioIntegration.SolutionGuidGenerator

Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GuidForProject ( string projectName ) : string
GuidForSolution ( string projectName ) : string

Private Methods

Method Description
ComputeGuidHashFor ( string input ) : string
HashAsGuid ( string hash ) : string
HashToString ( byte bs ) : string

Method Details

GuidForProject() public static method

public static GuidForProject ( string projectName ) : string
projectName string
return string

GuidForSolution() public static method

public static GuidForSolution ( string projectName ) : string
projectName string
return string