GetTypeOfInternal() 개인적인 메소드

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