get_object_map


Description:

public virtual Map<string,Object> get_object_map (Type type)

Retrieves a map of all objects of a certain type.

 var pg_map = ctr.get_object_map (typeof (Dcs.UI.Page));

Parameters:

type

class type to retrieve

Returns:

map of all objects of a certain class type