System::Reflection::MemberInfo::TypeInternal Class Reference

Declaring type desription. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More...

Public Member Functions

const Stringget_Name () const
 Gets type short name. More...
 
const Stringget_FullName () const
 Gets type full name. More...
 

Public Attributes

friend MemberInfo
 Friend declaration. More...
 

Detailed Description

Declaring type desription. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.

Member Function Documentation

◆ get_FullName()

const String& System::Reflection::MemberInfo::TypeInternal::get_FullName ( ) const
inline

Gets type full name.

Returns
Type full name.

◆ get_Name()

const String& System::Reflection::MemberInfo::TypeInternal::get_Name ( ) const
inline

Gets type short name.

Returns
short name of type.

Member Data Documentation

◆ MemberInfo

friend System::Reflection::MemberInfo::TypeInternal::MemberInfo

Friend declaration.