TypeName.MakeByRefTypeName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a TypeName object that represents a managed reference to the current type.
public:
System::Reflection::Metadata::TypeName ^ MakeByRefTypeName();
public System.Reflection.Metadata.TypeName MakeByRefTypeName();
member this.MakeByRefTypeName : unit -> System.Reflection.Metadata.TypeName
Public Function MakeByRefTypeName () As TypeName
Returns
A TypeName object that represents a managed reference to the current type.