Tao.Platform.Windows SDK Documentation

IlasmAttribute Class

Injects supplied MSIL into the method's body.

For a list of all members of this type, see IlasmAttribute Members.

System.Object
   System.Attribute
      Tao.Platform.Windows.IlasmAttribute

[Visual Basic]
NotInheritable Public Class IlasmAttribute
    Inherits Attribute
[C#]
public sealed class IlasmAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is a hack as the C# compiler does not allow inline MSIL. This is extracted and the appropriate MSIL injected by the PostProcessTao utility.

Requirements

Namespace: Tao.Platform.Windows

Assembly: Tao.Platform.Windows (in Tao.Platform.Windows.dll)

See Also

IlasmAttribute Members | Tao.Platform.Windows Namespace