Class MemorySpecificationExtensions
Extension methods that make working with memory specifications easier.
Inheritance
System.Object
MemorySpecificationExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public static class MemorySpecificationExtensions
Methods
| Improve this Doc 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 |