[This is preliminary documentation and is subject to change.]

This method is thread safe.

Namespace:  Phoenix.Gui.Controls
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetReport(
	RuntimeObjectsLoaderReport value
)
Public Sub SetReport ( _
	value As RuntimeObjectsLoaderReport _
)
public:
void SetReport(
	RuntimeObjectsLoaderReport^ value
)

See Also