IScriptInformation.

UsingStaticDirectives Property

Summary

Gets all types referenced with the using static directive.

Syntax

IList<string> UsingStaticDirectives { get; }

Value

Type Description
IList<string> The fully qualified type names referenced by using static in the script.