System.Security.Permissions.ResourcePermissionBase.UnsafeNativeMethods.GetComputerName C# (CSharp) Method

GetComputerName() private method

private GetComputerName ( StringBuilder lpBuffer, int &nSize ) : bool
lpBuffer StringBuilder
nSize int
return bool
            internal static extern bool GetComputerName(StringBuilder lpBuffer, ref int nSize);
        }
ResourcePermissionBase.UnsafeNativeMethods