C# Class Plugins.WindowsEnvironment.InteropDebugHelpers

ファイルを表示 Open project: brunomlopes/ILoveLucene

Public Methods

Method Description
GetAllTypes ( object comObject, Assembly interopAss ) : System.Type[]

Private Methods

Method Description
DebugPrintAllTypes ( string name, object comObject, Assembly interopAss ) : void

Method Details

GetAllTypes() public static method

public static GetAllTypes ( object comObject, Assembly interopAss ) : System.Type[]
comObject object
interopAss System.Reflection.Assembly
return System.Type[]