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

GetModules() public static method

public static GetModules ( this assembly ) : System.Reflection.Module[]
assembly this
return 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; }