FarPoint.Win アセンブリ > FarPoint.Win.DPISupporting 名前空間 > DPIUtils クラス : IsResourceExists メソッド |
resourcePath
exists.'Declaration
Public Shared Function IsResourceExists( _ ByVal assembly As Assembly, _ ByVal resourcePath As String _ ) As Boolean
'使用法
Dim assembly As Assembly Dim resourcePath As String Dim value As Boolean value = DPIUtils.IsResourceExists(assembly, resourcePath)
public static bool IsResourceExists( Assembly assembly, string resourcePath )