DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / LoadConfigFile Method



In This Topic
    LoadConfigFile Method
    In This Topic
    Forces loading of the XML configuration file
    Syntax
    'Declaration
     
    
    Public Shared Sub LoadConfigFile() 
    'Usage
     
    
    DicomGlobal.LoadConfigFile()
    public static void LoadConfigFile()
    public:
    static void LoadConfigFile(); 
    Remarks
    Normally, this is loaded automatically, but this method exists for unusual situations where this need to be done before it would otherwise happen.
    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