Class MemorySpecificationExtensions
Extension methods that make working with memory specifications easier.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public static class MemorySpecificationExtensions
Methods
| Edit this page View SourceGetMemorySpecification(IMethod)
Gets a method's memory specification.
Declaration
public static MemorySpecification GetMemorySpecification(this IMethod method)
Parameters
| Type | Name | Description |
|---|---|---|
| IMethod | method | The method to examine. |
Returns
| Type | Description |
|---|---|
| MemorySpecification | The explicit memory specification encoded in |