AdapterCodeMethods.ConvertLargeIntegerToInt64(PSObject, PSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts instance of LargeInteger to .net Int64.
public:
static long ConvertLargeIntegerToInt64(System::Management::Automation::PSObject ^ deInstance, System::Management::Automation::PSObject ^ largeIntegerInstance);
public static long ConvertLargeIntegerToInt64 (System.Management.Automation.PSObject deInstance, System.Management.Automation.PSObject largeIntegerInstance);
static member ConvertLargeIntegerToInt64 : System.Management.Automation.PSObject * System.Management.Automation.PSObject -> int64
Public Shared Function ConvertLargeIntegerToInt64 (deInstance As PSObject, largeIntegerInstance As PSObject) As Long
Parameters
- deInstance
- PSObject
Instance of PSObject wrapping DirectoryEntry object
- largeIntegerInstance
- PSObject
Instance of PSObject wrapping LargeInteger instance
Returns
Converted Int64.