Returns the Type of the target of the specified TypedReference.
[Visual Basic] Public Shared Function GetTargetType( _ ByVal value As TypedReference _ ) As Type [C#] public static Type GetTargetType( TypedReference value ); [C++] public: static Type* GetTargetType( TypedReference value ); [JScript] public static function GetTargetType( value : TypedReference ) : Type;
The Type of the target of the specified TypedReference.
TypedReference Structure | TypedReference Members | System Namespace