System.Reflection.AssemblyExtensions.GetModules C# (CSharp) Метод

GetModules() публичный статический Метод

public static GetModules ( this assembly ) : System.Reflection.Module[]
assembly this
Результат System.Reflection.Module[]
        public static System.Reflection.Module[] GetModules(this System.Reflection.Assembly assembly) { throw null; }
        public static System.Type[] GetTypes(this System.Reflection.Assembly assembly) { throw null; }