C# Class System.Deployment.Internal.Isolation.StoreApplicationReference

Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
GuidScheme System.Guid

Public Methods

Method Description
Destroy ( IntPtr ip ) : void
StoreApplicationReference ( Guid RefScheme, string Id, string NcData ) : System
ToIntPtr ( ) : IntPtr

Method Details

Destroy() public static method

public static Destroy ( IntPtr ip ) : void
ip System.IntPtr
return void

StoreApplicationReference() public method

public StoreApplicationReference ( Guid RefScheme, string Id, string NcData ) : System
RefScheme Guid
Id string
NcData string
return System

ToIntPtr() public method

public ToIntPtr ( ) : IntPtr
return IntPtr

Property Details

GuidScheme public_oe property

public Guid,System GuidScheme
return System.Guid