バージョン

CursorExtension コンストラクタ(String,Type)

指定されたアセンブリの指定パスを使用して、新しい CursorExtension を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal path As String, _
   ByVal typeInAssembly As Type _
)
public CursorExtension( 
   string path,
   Type typeInAssembly
)

パラメータ

path
カーソル リソースが配置できる typeInAssembly のアセンブリのパス。
typeInAssembly
カーソル リソースを含むアセンブリの型。
参照