System.Reflection.AssemblyExtensions.GetExportedTypes C# (CSharp) Method

GetExportedTypes() public static method

public static GetExportedTypes ( this assembly ) : System.Type[]
assembly this
return System.Type[]
        public static System.Type[] GetExportedTypes(this System.Reflection.Assembly assembly) { throw null; }
        public static System.Reflection.Module[] GetModules(this System.Reflection.Assembly assembly) { throw null; }