SerializationHelperGetValue Method (SerializationInfo, String, Type) |
Get an object from a SerializationInfo object.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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