'Declaration
Public Shared Function GetExistingScaleResourceInfos( _
ByVal As Assembly, _
ByVal As String, _
ByVal () As Single _
) As List(Of ScaleResourceInfo)
'使用法
Dim assembly As Assembly
Dim resourcePath As String
Dim scaleFactors() As Single
Dim value As List(Of ScaleResourceInfo)
value = DPIUtils.GetExistingScaleResourceInfos(assembly, resourcePath, scaleFactors)