PowerTools SPREAD for Windows Forms 10.0J
IsResourceExists メソッド


指定したリソースがその内部に存在するかどうかをチェックする対象のアセンブリ。
指定したリソースへのパス。
指定したリソースが指定したアセンブリ内に存在するかどうかをチェックします。指定したアセンブリがnullの場合は、

resourcePath

によって指定されたファイルが存在するかどうかをチェックします。
構文
'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
)

パラメータ

assembly
指定したリソースがその内部に存在するかどうかをチェックする対象のアセンブリ。
resourcePath
指定したリソースへのパス。

戻り値の型

指定したリソースが存在する場合はtrue、それ以外の場合はfalse。
参照

DPIUtils クラス
DPIUtils メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.