메소드 | 설명 | |
---|---|---|
ObjectInformation ( |
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, |
||
btnDispatch_Click ( object sender, |
||
btnMarshal_Click ( object sender, |
||
btnOleContainer_Click ( object sender, |
||
btnSaveStream_Click ( object sender, |
||
listViewInterfaces_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void | ||
listViewInterfaces_DoubleClick ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public ObjectInformation ( |
||
registry | ||
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 |