共用方式為


MethodBodyBlock.GetILContent 方法

定義

取得這個方法主體的 IL 位元組程式代碼,做為不可變數組。

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)

傳回

具有這個方法主體之 IL 位元組碼的不可變位元組數位。

適用於