FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > Serializer クラス > LoadObject メソッド : LoadObject(Type,Stream,String,Assembly) メソッド |
'Declaration Public Overloads Shared Function LoadObject( _ ByVal type As Type, _ ByVal stream As Stream, _ ByVal elementName As String, _ ByVal callingAssembly As Assembly _ ) As Object
'使用法 Dim type As Type Dim stream As Stream Dim elementName As String Dim callingAssembly As Assembly Dim value As Object value = Serializer.LoadObject(type, stream, elementName, callingAssembly)
public static object LoadObject( Type type, Stream stream, string elementName, Assembly callingAssembly )
新しく逆シリアル化されたインスタンスを含むObject。失敗した場合はNull。