ApiObjectGetType Method

Simple Injector
Gets the Type of the current instance.

Namespace:  SimpleInjector.Advanced
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Type GetType()

Return Value

Type: Type
The Type instance that represents the exact runtime type of the current instance.
See Also

Reference