Sandbox Logo

class ClassFileLocationAttribute : System.Attribute

Summary

Automatically added to codegenerated classes to let them determine their location This helps when looking for resources relative to them, like style sheets. Replaced in Sept 2023 by SourceLocationAttribute, which is added to classes and members.

Derived Types

SourceLocationAttribute

User Comments