Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetExportedTypes()

static Type[] System.Reflection.AssemblyExtensions.GetExportedTypes ( this Assembly assembly)
inlinestatic

Definition at line 8 of file AssemblyExtensions.cs.

9 {
10 ArgumentNullException.ThrowIfNull(assembly, "assembly");
11 return assembly.GetExportedTypes();
12 }

References System.Reflection.Assembly.GetExportedTypes(), and System.ArgumentNullException.ThrowIfNull().