GetHINSTANCE() 개인적인 메소드

private GetHINSTANCE ( ) : IntPtr
리턴 IntPtr
예제 #1
0
파일: Marshal.cs 프로젝트: rabink/mono
		public static IntPtr GetHINSTANCE (Module m)
		{
			if (m == null)
				throw new ArgumentNullException ("m");

			return m.GetHINSTANCE ();
		}