GetValueSafe(Boolean) | Retrieves the object that is stored by this node, not allowing loading assemblies during the possible deserialization. If the resource is not a natively supported type, then you should use the other overloads. |
GetValueSafe(Type, Boolean) | Retrieves the object that is stored by this node, specifying the expected type of the result. |
GetValueSafe(ITypeResolutionService, String, Boolean) |
Retrieves the object that is stored by this node, not allowing loading assemblies during the possible deserialization.
See the Remarks section of the other GetValueSafe overloads for details. Obsolete. |
GetValueSafeT(Boolean) | Retrieves the object that is stored by this node, specifying the expected type of the result. |