Show / Hide Table of Contents

    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 Source

    GetMemorySpecification(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 method's memory specification attribute, if it has one; otherwise, an unknown read/write specification.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX