Nevron .NET Vision
Nevron.Compiler Namespace / IAssemblyName Interface / GetDisplayName Method


In This Topic
    GetDisplayName Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetDisplayName( _
       ByVal pDisplayName As System.Text.StringBuilder, _
       ByRef pccDisplayName As System.Integer, _
       ByVal displayFlags As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IAssemblyName
    Dim pDisplayName As System.Text.StringBuilder
    Dim pccDisplayName As System.Integer
    Dim displayFlags As System.Integer
    Dim value As System.Integer
     
    value = instance.GetDisplayName(pDisplayName, pccDisplayName, displayFlags)
    System.int GetDisplayName( 
       System.Text.StringBuilder pDisplayName,
       ref System.int pccDisplayName,
       System.int displayFlags
    )

    Parameters

    pDisplayName
    pccDisplayName
    displayFlags
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also