SerializationHelperGetValue Method (SerializationInfo, String, Type) |
Get an object from a SerializationInfo object.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static Object GetValue(
SerializationInfo info,
string name,
Type type
)
Public Shared Function GetValue (
info As SerializationInfo,
name As String,
type As Type
) As Object
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The object in which to look for the value. - name
- Type: SystemString
The name of the value. - type
- Type: SystemType
The expected type of the object.
Return Value
Type:
Objectan object of the Type specified if found, null otherwise
Return Value
Type:
Object An object of the Type specified if found, null otherwise.
See Also