C# 클래스 System.Reflection.AssemblyExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetExportedTypes ( this assembly ) : System.Type[]
GetModules ( this assembly ) : System.Reflection.Module[]
GetTypes ( this assembly ) : System.Type[]

메소드 상세

GetExportedTypes() 공개 정적인 메소드

public static GetExportedTypes ( this assembly ) : System.Type[]
assembly this
리턴 System.Type[]

GetModules() 공개 정적인 메소드

public static GetModules ( this assembly ) : System.Reflection.Module[]
assembly this
리턴 System.Reflection.Module[]

GetTypes() 공개 정적인 메소드

public static GetTypes ( this assembly ) : System.Type[]
assembly this
리턴 System.Type[]