System.Reflection.AssemblyExtensions.GetTypes C# (CSharp) Méthode

GetTypes() public static méthode

public static GetTypes ( this assembly ) : System.Type[]
assembly this
Résultat System.Type[]
        public static System.Type[] GetTypes(this System.Reflection.Assembly assembly) { throw null; }
    }