C# Class WinFwk.WinFwkHelper

Show file Open project: fremag/MemoScope.Net

Public Methods

Method Description
FromString ( string color ) : Color
GetDerivedTypes ( Type baseType ) : List
GetGenericInterfaceArguments ( object obj, Type genericInterface ) : List
Init ( this listview ) : void
ToString ( Color color ) : string

Method Details

FromString() public static method

public static FromString ( string color ) : Color
color string
return Color

GetDerivedTypes() public static method

public static GetDerivedTypes ( Type baseType ) : List
baseType System.Type
return List

GetGenericInterfaceArguments() public static method

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

Init() public static method

public static Init ( this listview ) : void
listview this
return void

ToString() public static method

public static ToString ( Color color ) : string
color Color
return string