System.Drawing.ComIStreamMarshaler.ManagedToNativeWrapper.CreateVtable C# (CSharp) 메소드

CreateVtable() 개인적인 정적인 메소드

private static CreateVtable ( ) : void
리턴 void
			private static void CreateVtable()
			{
				comVtable = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(IStreamVtbl)));
				Marshal.StructureToPtr(managedVtable, comVtable, false);
			}