C# 클래스 PluginFramework.AddIn.Utility.ReflectionUtil

파일 보기 프로젝트 열기: tianjing/PluginFramework

공개 메소드들

메소드 설명
GetAssemblyFilename ( Assembly assembly ) : string
GetAssemblyVersion ( Assembly assembly ) : string
GetCustomAttributes ( Assembly assembly, Type attribute ) : PluginFramework.AddIn.Reflection.AttributeInfo[]

메소드 상세

GetAssemblyFilename() 공개 정적인 메소드

public static GetAssemblyFilename ( Assembly assembly ) : string
assembly System.Reflection.Assembly
리턴 string

GetAssemblyVersion() 공개 정적인 메소드

public static GetAssemblyVersion ( Assembly assembly ) : string
assembly System.Reflection.Assembly
리턴 string

GetCustomAttributes() 공개 정적인 메소드

public static GetCustomAttributes ( Assembly assembly, Type attribute ) : PluginFramework.AddIn.Reflection.AttributeInfo[]
assembly System.Reflection.Assembly
attribute System.Type
리턴 PluginFramework.AddIn.Reflection.AttributeInfo[]