Share via


CompilerMetaDataInfo.GetPropertiesForDotNetPartType Method

Definition

public:
 System::String ^ GetPropertiesForDotNetPartType(System::String ^ typeName, System::String ^ assemblyLocation, [Runtime::InteropServices::Out] System::String ^ % formatterTypeName, [Runtime::InteropServices::Out] System::String ^ % reflectedTypeName, [Runtime::InteropServices::Out] System::String ^ % targetNameSpace);
public string GetPropertiesForDotNetPartType (string typeName, string assemblyLocation, out string formatterTypeName, out string reflectedTypeName, out string targetNameSpace);
member this.GetPropertiesForDotNetPartType : string * string * string * string * string -> string
Public Function GetPropertiesForDotNetPartType (typeName As String, assemblyLocation As String, ByRef formatterTypeName As String, ByRef reflectedTypeName As String, ByRef targetNameSpace As String) As String

Parameters

typeName
String
assemblyLocation
String
formatterTypeName
String
reflectedTypeName
String
targetNameSpace
String

Returns

Applies to