C# 클래스 WinFwk.WinFwkHelper

파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
FromString ( string color ) : Color
GetDerivedTypes ( Type baseType ) : List
GetGenericInterfaceArguments ( object obj, Type genericInterface ) : List
Init ( this listview ) : void
ToString ( Color color ) : string

메소드 상세

FromString() 공개 정적인 메소드

public static FromString ( string color ) : Color
color string
리턴 Color

GetDerivedTypes() 공개 정적인 메소드

public static GetDerivedTypes ( Type baseType ) : List
baseType System.Type
리턴 List

GetGenericInterfaceArguments() 공개 정적인 메소드

public static GetGenericInterfaceArguments ( object obj, Type genericInterface ) : List
obj object
genericInterface System.Type
리턴 List

Init() 공개 정적인 메소드

public static Init ( this listview ) : void
listview this
리턴 void

ToString() 공개 정적인 메소드

public static ToString ( Color color ) : string
color Color
리턴 string