Class NamedTypeExtensions
Extension methods for the INamedType interface.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class NamedTypeExtensions : Object
Methods
Name | Description |
---|---|
AllMembers(INamedType) | Gets all members of the current type and members inherited from the base type, except nested types. |
GetFullMetadataName(INamedType) | Gets the full name of a named type in metadata format, i.e. with |
GetMetadataName(INamedType) | Gets the name of a named type in metadata format, i.e. the |
Members(INamedType) | Gets all members of the current type, except nested types. |
MethodsAndAccessors(INamedType) | Gets all methods of a named type, including the accessors of properties and events. |