CodeDomSerializerBase::DeserializeStatement Method (IDesignerSerializationManager^, CodeStatement^)

 

Deserializes a statement by interpreting and executing a CodeDOM statement.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System.Design (in System.Design.dll)

protected:
void DeserializeStatement(
	IDesignerSerializationManager^ manager,
	CodeStatement^ statement
)

The DeserializeStatement method is a helper method that derived classes can call. It interprets the statement parameter.

The CodeStatement being deserialized will be pushed on the context stack.

.NET Framework
Available since 2.0
Return to top
Show: