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






assembly

Syntax

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