Vixen
02b45cc4
csharp
public sealed class MetadataMethodSymbol

A callable read out of a compiled library.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (10)

  • public override string Name
  • public override Symbol? ContainingSymbol
  • public override MethodKind MethodKind
  • public override bool IsStatic
  • public override ShaderStage Stage
  • public override string? SemanticName
  • public override TypeSymbol ReturnType
  • public override IReadOnlyList<TypeParameterSymbol> TypeParameters
  • public override IReadOnlyList<ParameterSymbol> Parameters
  • public string? IrFunctionName

    The artefact key of the IR function this method's body lowered to, or null when there is nothing to link. See Key.

Used by (4)

  • MetadataNamedTypeSymbolVixen.Raven
  • MetadataParameterSymbolVixen.Raven
  • MetadataScopeVixen.Raven
  • ReferenceLinkVixen.Raven