DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / LoadConfigFile Method
Example

In This Topic
    LoadConfigFile Method
    In This Topic
    Forces loading of the DicomObjects.config file
    Syntax
    'Declaration
     
    
    Public Shared Sub 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.
    Example
    DicomGlobal.LoadConfigFile();
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also