[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateInstance(System.Type,System.Object[])"]

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static Object CreateInstance(
	Type type,
	params Object[] args
)
Visual Basic (Declaration)
Public Shared Function CreateInstance ( _
	type As Type, _
	ParamArray args As Object() _
) As Object
Visual C++
public:
static Object^ CreateInstance(
	Type^ type, 
	... array<Object^>^ args
)

Parameters

type
Type: System..::.Type

[Missing <param name="type"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateInstance(System.Type,System.Object[])"]

args
Type: array< System..::.Object >[]()[]

[Missing <param name="args"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateInstance(System.Type,System.Object[])"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateInstance(System.Type,System.Object[])"]

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace