eDriven Framework API
Get Method (fullName, throwOnError)
NamespaceseDriven.Gui.ReflectionGlobalTypeDictionaryGet(String, Boolean)
eDriven Framework API
Gets the value gracefully
Declaration Syntax
C#Visual BasicVisual C++
public Type Get(
	string fullName,
	bool throwOnError = true
)
Public Function Get ( _
	fullName As String, _
	Optional throwOnError As Boolean = True _
) As Type
public:
Type^ Get(
	String^ fullName, 
	bool throwOnError = true
)
Parameters
fullName (String)
throwOnError (Boolean) (Optional)
Return Value
Exceptions
ExceptionCondition
Exception

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)