Share via


InitString.ParseTypeAssembly(String, String, String) Method

Definition

Parses the type assembly.

protected:
 static void ParseTypeAssembly(System::String ^ typeNameAssemblyName, [Runtime::InteropServices::Out] System::String ^ % typeName, [Runtime::InteropServices::Out] System::String ^ % assemblyName);
protected static void ParseTypeAssembly (string typeNameAssemblyName, out string typeName, out string assemblyName);
static member ParseTypeAssembly : string * string * string -> unit
Protected Shared Sub ParseTypeAssembly (typeNameAssemblyName As String, ByRef typeName As String, ByRef assemblyName As String)

Parameters

typeNameAssemblyName
String

Specifies the name of the type name assembly.

typeName
String

Specifies the name of the type.

assemblyName
String

Specifies the name of the assembly.

Applies to