Ribbon for WinForms
GetImage(Assembly,String) メソッド

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ResourceLoader クラス > GetImage メソッド : GetImage(Assembly,String) メソッド
An System.Reflection.Assembly to load image from.
The case-insensitive name of the requested image.
Loads an image from the specified assembly.
シンタックス
'宣言
 
Public Overloads Shared Function GetImage( _
   ByVal a As Assembly, _
   ByVal name As String _
) As Image
public static Image GetImage( 
   Assembly a,
   string name
)

パラメータ

a
An System.Reflection.Assembly to load image from.
name
The case-insensitive name of the requested image.

戻り値の型

The System.Drawing.Image if it is found; null otherwise.
参照

ResourceLoader クラス
ResourceLoader メンバ
オーバーロード一覧