GetTypeOfInternal() private method

private GetTypeOfInternal ( IntPtr handle, int version ) : Type
handle System.IntPtr
version int
return System.Type
Example #1
0
 public static Type GetTypeOf(Playable playable)
 {
     return(Playables.GetTypeOfInternal(playable.m_Handle, playable.m_Version));
 }