Intersoft ClientUI Documentation
GetName Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > CrossPlatform Class : GetName Method






assembly

Syntax

Visual Basic (Declaration) 
Public Shared Function GetName( _
   ByVal assembly As Assembly _
) As String
Visual Basic (Usage)Copy Code
Dim assembly As Assembly
Dim value As String
 
value = CrossPlatform.GetName(assembly)
C# 
public static string GetName( 
   Assembly assembly
)
Delphi 
public function GetName( 
    assembly: Assembly
): String; static; 
JScript 
public static function GetName( 
   assembly : Assembly
) : String;
Managed Extensions for C++ 
public: static string* GetName( 
   Assembly* assembly
) 
C++/CLI 
public:
static String^ GetName( 
   Assembly^ assembly
) 

Parameters

assembly

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.