You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.5 KiB
45 lines
1.5 KiB
#if NETFX
|
|
|
|
using System;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace IWshRuntimeLibrary
|
|
{
|
|
// Token: 0x02000048 RID: 72
|
|
[ClassInterface(ClassInterfaceType.None)]
|
|
[DefaultMember("FullName")]
|
|
[Guid("50E13488-6F1E-4450-96B0-873755403955")]
|
|
[ComImport]
|
|
internal class WshURLShortcutClass : IWshURLShortcut, WshURLShortcut
|
|
{
|
|
// // Token: 0x060001D1 RID: 465
|
|
// [MethodImpl(MethodImplOptions.InternalCall)]
|
|
// internal extern WshURLShortcutClass();
|
|
|
|
// Token: 0x170000B7 RID: 183
|
|
// (get) Token: 0x060001D2 RID: 466
|
|
[DispId(0)]
|
|
public virtual extern string FullName { [DispId(0)] [MethodImpl(MethodImplOptions.InternalCall)] [return: MarshalAs(UnmanagedType.BStr)] get; }
|
|
|
|
// Token: 0x170000B8 RID: 184
|
|
// (get) Token: 0x060001D3 RID: 467
|
|
// (set) Token: 0x060001D4 RID: 468
|
|
[DispId(1005)]
|
|
public virtual extern string TargetPath { [DispId(1005)] [MethodImpl(MethodImplOptions.InternalCall)] [return: MarshalAs(UnmanagedType.BStr)] get; [DispId(1005)] [MethodImpl(MethodImplOptions.InternalCall)] [param: MarshalAs(UnmanagedType.BStr)] set; }
|
|
|
|
// Token: 0x060001D5 RID: 469
|
|
[DispId(2000)]
|
|
[TypeLibFunc(64)]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
public virtual extern void Load([MarshalAs(UnmanagedType.BStr)] [In] string PathLink);
|
|
|
|
// Token: 0x060001D6 RID: 470
|
|
[DispId(2001)]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
public virtual extern void Save();
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|