NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LocalBuilder Class

The LocalBuilder class represents a local variable within a method or constructor. A LocalBuilder object can be defined using the DeclareLocal method.

Object
   LocalBuilder

[Visual Basic]
NotInheritable Public Class LocalBuilder
[C#]
public sealed class LocalBuilder
[C++]
public __gc __sealed class LocalBuilder
[JScript]
public class LocalBuilder

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

LocalBuilder Members | System.Reflection.Emit Namespace