Constructor ProfileInstance
ProfileInstance()
Initializes a new instance of the ProfileInstance class.
public ProfileInstance()
ProfileInstance(Guid)
Initializes a new instance of the ProfileInstance class using the specified GUID.
public ProfileInstance(Guid g)
Parameters
g
GuidThe GUID of this profile instance.
ProfileInstance(ProfileInstance)
Initializes a new instance of the ProfileInstance class using the specified profile instance.
public ProfileInstance(ProfileInstance pi)
Parameters
pi
ProfileInstanceThe profile instance.