Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Parses the type assembly.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim typeNameAssemblyName As String
Dim typeName As String
Dim assemblyName As String
InitString.ParseTypeAssembly(typeNameAssemblyName, typeName, assemblyName)
Syntax
'Declaration
Protected Shared Sub ParseTypeAssembly ( _
typeNameAssemblyName As String, _
<OutAttribute> ByRef typeName As String, _
<OutAttribute> ByRef assemblyName As String _
)
protected static void ParseTypeAssembly (
string typeNameAssemblyName,
out string typeName,
out string assemblyName
)
protected:
static void ParseTypeAssembly (
String^ typeNameAssemblyName,
[OutAttribute] String^% typeName,
[OutAttribute] String^% assemblyName
)
protected static void ParseTypeAssembly (
String typeNameAssemblyName,
/** @attribute OutAttribute() */ /** @ref */ String typeName,
/** @attribute OutAttribute() */ /** @ref */ String assemblyName
)
Parameters
- typeNameAssemblyName
Specifies the name of the type name assembly.
- typeName
Specifies the name of the type.
- assemblyName
Specifies the name of the assembly.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
InitString Class
InitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.