FixedSetAssemblyProvider Class¶
Properties¶
-
CandidateAssemblies
()¶ Gets the list of candidate assemblies.
Return type: System.Collections.Generic.IList{System.Reflection.Assembly} public IList<Assembly> CandidateAssemblies { get; }
-
CandidateAssemblies
() Return type: System.Collections.Generic.IEnumerable{System.Reflection.Assembly} IEnumerable<Assembly> IAssemblyProvider.CandidateAssemblies { get; }
-