Private/Get-VMwareModuleBase.ps1

function Get-VMwareModuleBase
{
    [CmdletBinding()]
    [OutputType([System.String])]
    param (
    )

    return $MyInvocation.MyCommand.Module.ModuleBase
}