C# Class Vector.Win32.IlasmAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: sinclairzx81/vector-cs

Méthodes publiques

Méthode Description
IlasmAttribute ( string msil ) : System

Injects the supplied MSIL into the tagged method's body.

Method Details

IlasmAttribute() public méthode

Injects the supplied MSIL into the tagged method's body.
public IlasmAttribute ( string msil ) : System
msil string /// The MSIL to inject. ///
Résultat System