DebugContainerWrap Method |
Wraps the object with debug container. Returns null if the object is null
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static Object Wrap(
Object value,
bool onlyPublic = false
)
Parameters
- value
- Type: SystemObject
Value to wrap - onlyPublic (Optional)
- Type: SystemBoolean
If true, only public members are exposed
Return Value
Type:
ObjectSee Also