Returns the object from resources.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static Object Read(
	Type type,
	string resourceName
)
Visual Basic (Declaration)
Public Shared Function Read ( _
	type As Type, _
	resourceName As String _
) As Object
Visual C++
public:
static Object^ Read(
	Type^ type, 
	String^ resourceName
)

Parameters

type
Type: System..::.Type
resourceName
Type: System..::.String

See Also