Tao.Platform.Windows SDK Documentation |
|
IlasmAttribute Constructor
Injects the supplied MSIL into the tagged method's body.
[Visual Basic]
Public Sub New( _
ByVal
msil As
String _
)
[C#]
public IlasmAttribute(
string msil);
Parameters
-
msil
- The MSIL to inject.
See Also
IlasmAttribute Class | Tao.Platform.Windows Namespace