All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runtime.csharp.IRT.RTTI.cs Maven / Gradle / Ivy


namespace IRT {
    public interface IRTTI {
        string GetPackageName();
        string GetClassName();
        string GetFullClassName();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy