Loupe - Log - Monitor - Resolve
Gibraltar Namespace / StringReference Class / SwapReference Method
The string to be looked up and exchanged for its reference.

In This Topic
    SwapReference Method
    In This Topic
    Swap the provided string for its common reference
    Syntax
    'Declaration
     
    
    Public Shared Sub SwapReference( _
       ByRef baseline As String _
    ) 
    public static void SwapReference( 
       ref string baseline
    )

    Parameters

    baseline
    The string to be looked up and exchanged for its reference.
    Remarks
    If the baseline isn't already in the reference cache it will be added. The cache is automatically pruned to prevent it from consuming excess memory.
    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