C# 클래스 OleViewDotNet.ObjectInformation

Form to display basic information about an object
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: tyranid/oleviewdotnet 1 사용 예제들

공개 메소드들

메소드 설명
ObjectInformation ( COMRegistry registry, string objName, Object pObject, string>.Dictionary properties, COMInterfaceEntry interfaces ) : System

Constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadInterfaces ( ) : void

Load interface list into list box

LoadProperties ( ) : void

Load the textual properties into a list box

btnCreate_Click ( object sender, EventArgs e ) : void
btnDispatch_Click ( object sender, EventArgs e ) : void
btnMarshal_Click ( object sender, EventArgs e ) : void
btnOleContainer_Click ( object sender, EventArgs e ) : void
btnSaveStream_Click ( object sender, EventArgs e ) : void
listViewInterfaces_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
listViewInterfaces_DoubleClick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ObjectInformation() 공개 메소드

Constructor
public ObjectInformation ( COMRegistry registry, string objName, Object pObject, string>.Dictionary properties, COMInterfaceEntry interfaces ) : System
registry COMRegistry
objName string Descriptive name of the object
pObject Object Managed wrapper to the object
properties string>.Dictionary List of textual properties to display
interfaces COMInterfaceEntry List of available interfaces
리턴 System