public static bool IsDesktopOrUtilitaryPath(
string requestPath
)
Public Shared Function IsDesktopOrUtilitaryPath (
requestPath As String
) As Boolean
public:
static bool IsDesktopOrUtilitaryPath(
String^ requestPath
)
static member IsDesktopOrUtilitaryPath :
requestPath : string -> bool