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

This function ins provided only for compatilibity with Injection. Objects are deleted on logout.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void DeleteObject(
	string name
)
Public Shared Sub DeleteObject ( _
	name As String _
)
public:
static void DeleteObject(
	String^ name
)

Parameters

name
String
Can contain only letters. It is not case sensitive.

See Also