Returns an array of system theme folders that in most cases should be excluded from UI listings.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string[] GetSystemThemeFolders()
Visual Basic
Public Shared Function GetSystemThemeFolders As String()
Visual C++
public:
static array<String^>^ GetSystemThemeFolders()
F#
static member GetSystemThemeFolders : unit -> string[] 

Return Value

Type: array<String>[]()[][]
String array of theme folders.

See Also