System.Reflection.AssemblyExtensions.GetExportedTypes C# (CSharp) 메소드

GetExportedTypes() 공개 정적인 메소드

public static GetExportedTypes ( this assembly ) : System.Type[]
assembly this
리턴 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; }