Closure Class

Definition

Represents the runtime state of a dynamically generated method.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class Closure sealed
public sealed class Closure
type Closure = class
Public NotInheritable Class Closure
Inheritance
Closure

Constructors

Closure(Object[], Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an object to hold state of a dynamically generated method.

Fields

Constants

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the non-trivial constants and locally executable expressions that are referenced by a dynamically generated method.

Locals

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the hoisted local variables from the parent context.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to