Name

LocalBuilder

Synopsis

This class represents a dynamically created local variable. Local variables are created for methods and constructors through the ILGenerator object, using the ILGenerator.DeclareLocal().

public sealed class LocalBuilder {
// Public Instance Properties
   public field Type LocalType{get; } 
// Public Instance Methods
   public method void SetLocalSymInfo(string name);  
   public method void SetLocalSymInfo(string name, 
        int startOffset, int endOffset);  
}

Returned By

ILGenerator.DeclareLocal()

Passed To

ILGenerator.{Emit(), EmitWriteLine()}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.