Share via


MethodBodyBlock.GetILContent Methode

Definition

Ruft den IL-Bytecode dieses Methodentexts als unveränderliches Array ab.

public:
 System::Collections::Immutable::ImmutableArray<System::Byte> GetILContent();
public System.Collections.Immutable.ImmutableArray<byte> GetILContent ();
member this.GetILContent : unit -> System.Collections.Immutable.ImmutableArray<byte>
Public Function GetILContent () As ImmutableArray(Of Byte)

Gibt zurück

Ein unveränderliches Bytearray mit dem IL-Bytecode dieses Methodentexts.

Gilt für: