public sealed class LocalBuilder
|
LocalType | Read-only Returns the type of the local variable. |
Equals (inherited from�System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from�System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from�System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
SetLocalSymInfo | Overloaded:SetLocalSymInfo(string name) Sets the name of this local variable. |
SetLocalSymInfo | Overloaded:SetLocalSymInfo(string name, int startOffset, int endOffset) Sets the name and lexical scope of this local variable. |
ToString (inherited from�System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from�System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from�System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public Type�LocalType {get;}
|
~LocalBuilder(); |
public virtual int�GetHashCode(); |
public Type�GetType(); |
protected object�MemberwiseClone(); |
public void SetLocalSymInfo( |
name
Exception Type | Condition |
---|---|
InvalidOperationException | The containing type has been created with TypeBuilder.CreateType. -or- There is no symbolic writer defined for the containing module. |
name
startOffset
endOffset
Exception Type | Condition |
---|---|
InvalidOperationException | The containing type has been created with TypeBuilder.CreateType. -or- There is no symbolic writer defined for the containing module. |
public virtual string ToString(); |