MethodBodyBlock.GetILBytes Method

Definition

Gets the IL bytecode of this method body as a byte array.

public:
 cli::array <System::Byte> ^ GetILBytes();
public byte[] GetILBytes ();
public byte[]? GetILBytes ();
member this.GetILBytes : unit -> byte[]
Public Function GetILBytes () As Byte()

Returns

Byte[]

A byte array with the IL bytecode of this method body.

Applies to