Interface RegistrationLocation

Interface for object that can provide some location in code/file that is associated with some kind of registration event

interface RegistrationLocation ;

Properties

NameTypeDescription
file[get] stringGet file in which registration occurred.
line[get] ulongGet line in file on which registration occurred.