GrapeCity SPREAD for Windows Forms 12.0J
IsResourceExists メソッド


指定したリソースがその内部に存在するかどうかをチェックする対象のアセンブリ。
指定したリソースへのパス。
Check if the specified resource exists in the specified assembly. If the specified assembly is null, check if the file specified by

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
)

パラメータ

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

戻り値の型

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

DPIUtils クラス
DPIUtils メンバ

 

 


Copyright © 2004 GrapeCity inc.