MethodBodyBlock.GetILContent Metoda

Definicja

Pobiera kod bajtowy IL tej treści metody jako tablicę niezmienną.

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)

Zwraca

Niezmienna tablica bajtów z kodem bajtowym IL tej metody.

Dotyczy