CompilerMetaDataInfo.GetPropertiesForDotNetPartType 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.
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