SolutionGetClassNames Method | |
Gives all class names from the solution or project (without external classes)
Namespace:
SIC.IDE.Helper
Assembly:
SIC.IDE.Helper (in SIC.IDE.Helper.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax public static List<string> GetClassNames(
string pProjectName = ""
)
Public Shared Function GetClassNames (
Optional pProjectName As String = ""
) As List(Of String)
Parameters
- pProjectName (Optional)
- Type: SystemString
Optional: if not puts a specific project then reads all project of solution
Return Value
Type:
ListString[Missing <returns> documentation for "M:SIC.IDE.Helper.Solution.GetClassNames(System.String)"]
See Also