예제 #1
0
        public RuntimeTypeHandle GetTypeHandle(TypeId_I zTypeId)
        {
            XTypeIdentification.GetTypeHandle(zTypeId, out RuntimeTypeHandle typeHandle);

            return(typeHandle);
        }
예제 #2
0
 public bool GetTypeHandle(TypeId_I id, out RuntimeTypeHandle typeHandle)
 {
     return(XTypeIdentification.GetTypeHandle(id, out typeHandle));
 }