- Timestamp:
- Nov 25, 2007, 4:31:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/Runtime/InteropServices/GCHandle.ab
r340 r388 36 36 37 37 Static Function FromIntPtr(ip As LONG_PTR) As GCHandle 38 If ip = 0 Then 39 Throw New InvalidOperationException("GCHandle.FromIntPtr: ip is 0.") 40 End If 38 41 FromIntPtr = New GCHandle 39 42 FromIntPtr.handle = ip As VoidPtr
Note:
See TracChangeset
for help on using the changeset viewer.