C# Class IL.View.DefaultImages.AssemblyBrowser

Show file Open project: DenisVuyka/IL.View

Public Methods

Method Description
GetDefaultImage ( string name ) : Image
GetFileIcon ( string fileName ) : string

Gets the name of the icon resource for a given file name based on file extension.

Method Details

GetDefaultImage() public static method

public static GetDefaultImage ( string name ) : Image
name string
return Image

GetFileIcon() public static method

Gets the name of the icon resource for a given file name based on file extension.
public static GetFileIcon ( string fileName ) : string
fileName string Name of the file.
return string