| GacEnumeratorGacList Property |
This static property is used to obtain a list containing the
fully qualified names of all assemblies in the GAC.
Namespace: SandcastleBuilder.Utils.GacAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static Collection<string> GacList { get; }
Public Shared ReadOnly Property GacList As Collection(Of String)
Get
public:
static property Collection<String^>^ GacList {
Collection<String^>^ get ();
}
static member GacList : Collection<string> with get
Property Value
Type:
CollectionStringSee Also