Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

reflection assemblies gettypes

Assembly.GetEntryAssembly().GetReferencedAssemblies().Where(x => x.Name.StartsWith("MySolution."))
Source by dotnetcoretutorials.com #
 
PREVIOUS NEXT
Tagged: #reflection #assemblies #gettypes
ADD COMMENT
Topic
Name
6+7 =